ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip       Ask Questions on ANYTHING, that arise in your Daily Life at     FORUM9.COM
Google
 
Categories  >>  Software  >>  Microsoft Related  >>  ASP.NET
 
 


 

 
 Visual Basic interview questions  Visual Basic Interview Questions
 C Sharp interview questions  C Sharp Interview Questions
 ASP.NET interview questions  ASP.NET Interview Questions
 VB.NET interview questions  VB.NET Interview Questions
 COM+ interview questions  COM+ Interview Questions
 ADO.NET interview questions  ADO.NET Interview Questions
 IIS interview questions  IIS Interview Questions
 MTS interview questions  MTS Interview Questions
 Crystal Reports interview questions  Crystal Reports Interview Questions
 BizTalk interview questions  BizTalk Interview Questions
 Dot Net interview questions  Dot Net Interview Questions
 Exchange Server interview questions  Exchange Server Interview Questions
 SharePoint interview questions  SharePoint Interview Questions
 Microsoft Related AllOther interview questions  Microsoft Related AllOther Interview Questions
Question
how can i insert array values and retreive in asp.net
 Question Submitted By :: Dearkkiran
I also faced this Question!!     Rank Answer Posted By  
 
  Re: how can i insert array values and retreive in asp.net
Answer
# 1
Take Example


a[10]
For i=0 to 9
a[i]="value"
 
Is This Answer Correct ?    4 Yes 0 No
Saritha
 
  Re: how can i insert array values and retreive in asp.net
Answer
# 2
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 ?    2 Yes 4 No
Senthil
 
 
 
  Re: how can i insert array values and retreive in asp.net
Answer
# 3
by using setvalues and getvalues proerty of array
 
Is This Answer Correct ?    2 Yes 2 No
Ish
 

 
 
 
Other ASP.NET Interview Questions
 
  Question Asked @ Answers
 
What is the use of @Register directives?  1
What are the difference between ASP and ASP.Net? Accenture1
What command line used to generate Runtime callable wrapper. CTS2
One application have three forms for registration .submit button is at third form.after filling three forms only u have to click submit button.After clicking the submit button all the values in first,second& third form saved on sql server.how to handle this situation . TCS6
What is operator overloading in dotnet  1
Types of caching ? Digital-GlobalSoft1
I need to download file from web server, without using save as dialogue box. Can anyone help, thanks In advance.  1
Difference between Response.Expires and Expires.Absolute ? Accenture1
Does C# support static class?Is Static class be inherited by any class?  2
what is the differance between native code & managed code?  5
What is MSIL?  2
is it possible to access website from a remote place, without deploying it on web server?  1
Caching techniques in .NET? Microsoft2
I am having four text boxes in my web application. I am setting Required Field validator to each Text box. And I am having two buttons in my application. If i clicked the first button only first two text box validation will get fire. Dont show error message for remaining two text box. If i clicked second button last two text box validation will get fired. It will not consider the first two validation controls. That is how to enable and disable the validation controls.  4
Describe the role of inetinfo.exe, aspnet_isapi.dll andaspnet_wp.exe  1
How .net CLR works with n-tier application HCL2
When is the ViewState available during the page processing cycle ?  3
how to pass session value one url to another url.my code if session("user")="abc" then response.redirect("www.abc.com\client\home.aspx") end if. so how to pass value of session in browser url  1
How do you add a javascript function for a link button in a datagrid? Microsoft2
what are the files used in asp .net  1
 
For more ASP.NET Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com