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                      
Do you have a collection of Interview Questions and interested to share with us!!
Please send that collection to along with your userid / name. ThanQ
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
In SP has contains 10 query,By Using Dataset Object I need 
to fetch 8th query of records? How?
 Question Submitted By :: Arun
I also faced this Question!!     Rank Answer Posted By  
 
  Re: In SP has contains 10 query,By Using Dataset Object I need to fetch 8th query of records? How?
Answer
# 1
Get the DateSet Object's 8th table will give you the 8th 
query records.

DataSet ds = new DataSet();
DataTable dt = new DataTable();
dt=ds.Tables[8];

Now dt will have the records returned by the 8th query
 
Is This Answer Correct ?    6 Yes 9 No
Devanathan
 
  Re: In SP has contains 10 query,By Using Dataset Object I need to fetch 8th query of records? How?
Answer
# 2
I need some answers...
 
Is This Answer Correct ?    1 Yes 2 No
Arun
 
 
 
  Re: In SP has contains 10 query,By Using Dataset Object I need to fetch 8th query of records? How?
Answer
# 3
the index starts from 0.
ds.tables[7]
 
Is This Answer Correct ?    3 Yes 0 No
Sarvesh
 
  Re: In SP has contains 10 query,By Using Dataset Object I need to fetch 8th query of records? How?
Answer
# 4
From SP we want the 8th query.....

so that we can be access by 

DataSet ds = new DataSet();
DataTable dt = new DataTable();
dt = ds.Tables[8]; //As Index Starts from 0th Index....

Now dt will have the records returned by the 8th query..
 
Is This Answer Correct ?    0 Yes 1 No
Jignesh Contractor
 

 
 
 
Other ASP.NET Interview Questions
 
  Question Asked @ Answers
 
what is the jit? what is the type of jit and purpose of it>  2
How we can set Different levels of Authentication in .Net? What are the difference between Windows Authenticatin, Passport Authentication and Form Authentication?  1
Where do you store the information about the user?s locale?  2
About session modes Wipro2
How Can we use multiple forms in single asp.net application? Polaris2
What are the differences between Dataset and DataReader? Accenture3
Usage of web.configuration ? Microsoft1
what is the use of untyped data set ? TCS2
What is a transaction? a) A banking term. b) A concept used to describe a step in the business process. c) A combination of DML steps that must succeed or the data is retuned to its initial state. d) A combination of DDL steps that must succeed or the data is retuned to its initial state. Syntax-Softtech3
can sn.exe can be used before gacutil.exe Accenture2
what is the difference b/w .net 1.1 and 2.0 ? Polaris2
Describe the role of inetinfo.exe, aspnet_isapi.dll andaspnet_wp.exe in the page loading process? Perot-Systems1
How would you get ASP.NET running in Apache web servers - why would you even do this?  1
What is the syntax for datagrid and specifying columns ? Microsoft1
Differentiate session and cookie  1
How can you debug an ASP page, without touching the code?  1
In the context of a comparison, what is object identity versus object equivalence?  1
How do you add a javascript function for a link button in a datagrid ? Microsoft4
what is client-server architecture in .net? and what is 3-tier architecture?  1
Features of a dataset ? Accenture3
 
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