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 |
How many types of controls are there in asp.net?
What is the concept of view state in asp.net?
In which situation can you not use a viewstate?
What Is ASPNET_WP.exe? What Is The Use Of It? In Which Place Inproc Session Stored ? Explain Session State ?
2 Answers Phoenix Technologies,
Explain the page lifecycle of an asp.net mvc? : asp.net mvc
Asp.net and asp ? differences?
In my code i have 3 tables,i have to insert 3 tables data using single insert query so that i wrote transations in a sp.but what my problem is,in those 3 tables i have to include my empId from another table.when i'm passing values im getting error at this EmpId. how can i solve this error to execute insert query? plesae tell me the solution...
What are Caching techniques in .NET
Tell me how asp.net mvc differs from asp.net web forms? : asp.net mvc
Web API supports which protocol?
what are webservices?In which circumstances we can go for webservices?
Explain the difference between authentication and authorization.
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)