how can i insert array values and retreive in asp.net
Answers were Sorted based on User's Feedback
Answer / senthil
Insert value into array
-----------------------
int[] a = new int[10];
for(int i=0;i<10;i++)
a[i] = i;
Retreive value from array
--------------------------
for (int i = 0; i < a.Length; i++)
Response.Write(a[i].ToString());
| Is This Answer Correct ? | 7 Yes | 6 No |
What are the new features added from ASP to ASP.NET?
What methods are fired during the page load? Init()
Turn Off ASP Session State on an IIS 5.1 Web Site
Explain the difference between response.redirect vs server.transfer
Explain the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc
What is a page life cycle? What are the events in a page life cycle?
Explain the difference between web user control and web custom control?
Differences between session state and Application state?
About dataset and data mining ?
What role “#&&” plays in a querysting?
How many no of classes in .net
About web methods and its various attributes ?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)