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 to send a DataReader as a parameter to a remote client ?
What is Assembly?
3 Answers Inspira Technologies,
What is meant by role based security? when we use this one
What is the most appropriate lifetime for a database connection/orm context in an asp.net mvc application? : Asp.Net MVC
Give an example of cookie abuse.
Where is asp.net session stored?
Explain significance of routing? : asp.net mvc
Any one can tell how we store tiff format images in database and retrive from the database(need for tiff format only)
Why is string called immutable data type?
What property must you set, and what method must you call in your code, in order to bind the data from some data source to the Repeater control?
Contrast OOP and SOA. What are tenets of each ?
Is it possible for me to change my aspx file extension to some other name?
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)