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
Give an example of cookie abuse.
Briefly describe the role of global.asax?
In What Order Do The Events Of An Aspx Page Execute. As A Developer Is It Important To Undertsand These Events?
Is asp.net mvc front end or backend? : Asp.Net MVC
What are the disadvantages of view state?
What are custom user controls in asp.net?
How to automatically get the latest version of all the asp.net solution items from source safe when opening the solution?
What is a 401 redirect?
Is session server side or client side?
Can we handle the error and redirect to some pages using web.config?
How does session authentication work?
Explain diff between dataset and datareader?
How many types of cache are there?
How many types of session state management options available in asp.net?
What is a url string?