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
 
Can we use the java script code in .Net Code behind? eXensys4
How to kill more than one session variables at a time iSoft6
Types of caching ? Digital-GlobalSoft1
Tell about WebService in Asp.Net? Accenture4
What is the difference between <%#%> and <%=%>? IBS4
What is mvc structure? given example? How to show gridview control from business components and using class object arrays?  1
what are the levels of securities need to be considered for the finincial web application?  1
Compare and contrast between inline and code behind - which one is best?  1
what is .net Net-Solution10
What are skins?  1
What is reflection and disadvantages of reflection ? Microsoft1
Hi, I am working in a small software company in asp.net platform. I need to know how and what are all the task in asp.net will be assigned for the developers in mnc companies. Thanks in advance.  1
What are PDBs? Where must they be located for debugging to work?  2
When an ASP.NET server control is added to a web form, Visual Studio .NET adds one item to the class for the form. What item is added? a) The event registration. b) A protected class member for the control. c) A default event handler for the click event. d) A default class that inherits from the control?s base class. Syntax-Softtech3
what is webpart? what r the parts in this webpart (zone)  1
Windows Authentication (via Active Directory) and SQL Server authentication (via Microsoft SQL Server username and passwords). Which one is trusted and which one is untrusted?  2
What does AspCompat="true" mean and when should I use it?  1
What is three major points in WCF?  4
write a sample code make use of xmltext writer GCI1
How to Deploy a project?  2
 
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