Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

how can i insert array values and retreive in asp.net

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does the hotspot class in .net do?

1048


What is cookies in asp net?

990


List down the sequence of methods called during the page load.

979


Mention the execution process for managed code?

1056


What is the default Orientation property in a Menu control?

1085


Explain the Order of events in an asp.net page?

1065


What are server side controls?

1049


How does cookies work in asp net?

1122


What is Forms Authentication in ASP.NET?

1148


Why is string called immutable data type?

1087


What is Cookies Less Session?

1100


Explain about secure socket layer?

1001


Explain the path instructions in xaml?

1053


Is asp.net outdated?

1029


what are the web form events available in asp.net?

1089