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
Can you explain composite pattern?
Can we have multiple worker process in an ASP.NET application? If so then how it has been handled by application? And who handles it?
What are the advantages and disadvantages of session?
Can we add code files of different languages in app_code folder?
What are cookies in asp.net?
What are merge modules?
Explain how is the asp.net mvc architecture different from others? : asp.net mvc
What are the ways to show data grid inside a data grid for a master details type of tables? If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?
What is server infrastructure?
What is the difference between session and application?
Describe state management in asp.net?
Do cookies store passwords?
Is it possible to develop a single web application using ASP.NET webforms and ASP.MVC?
What does ascx stand for?
Describe the sequence of action takes place on the server when ASP.NET application starts first time?