how can i insert array values and retreive in asp.net
Answer Posted / saritha
Take Example
a[10]
For i=0 to 9
a[i]="value"
| Is This Answer Correct ? | 11 Yes | 4 No |
Post New Answer View All Answers
What is the difference between the response.write() and response.output.write() methods?
What are the file extensions for razor views?
Where would you use an ihttpmodule, and what are the limitations if any?
Why do you use the app_code folder in asp.net?
How you can manage the state of application at the server side in ASP.NET?
what is silver light when will we use silver light,
code for "For every 5days system has to create 1text file with the corresponding date and it has to store in c-drive" by using web applications
What is difference between session and cookies?
What is viewstate information stored?
State differences between MVC and WebAPI
Explain what benefit does your code receive if you decorate it with attributes demanding specific security permissions?
If you want to write your own dot net language, what steps you will you take care?
What is the mvc model?
How do I publish my asp.net application to my isp's web server?
What are directives in asp.net?