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  >>  VB.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 does you get record no from 5 to 15 from a dataset of 
100 records?
 Question Submitted By :: Guest
I also faced this Question!!     Rank Answer Posted By  
 
  Re: How does you get record no from 5 to 15 from a dataset of 100 records?
Answer
# 1
dim dRow as data.datarow

for i as interger = 5 to 15
    drow = dSet.Tables(0).Rows(i)
    'process row
next i
 
Is This Answer Correct ?    2 Yes 0 No
Josh
 
  Re: How does you get record no from 5 to 15 from a dataset of 100 records?
Answer
# 2
For i as integer= 5 to 15 (Step 1)
   msgbox ds.tables(0).rows(i)
Next i
 
Is This Answer Correct ?    1 Yes 0 No
Anusuya
 
 
 

 
 
 
Other VB.NET Interview Questions
 
  Question Asked @ Answers
 
how to restore database using vb.net? TCS4
What is CLR?  11
What is JIT(Just In Time) and How it works? Infocons3
what are the types of threading models in VB.net ? Satyam1
I want to sample Hotel management project in vb.net because still now i am doing that project for small hotel....so please send me my email id is jmuthu_pearls@yahoo.com...  2
hello friends, I have created a animated button in VB.NET. As its dll file coding can be viewed and also copied to some other location. So my question is how can I protect the Dll file of the animated button so that noone can access it. Any idea about this???????? Thanks Rekha  1
Trace and Debug belongs to which namespaces?  4
In Datagrid after adding row, how you will assign the value for each cell to currently added new row?  1
hello! I am developing software in vb6 and vb.net separately which i need to generate barcodes e.g i have a string "182346-u",so the problem is that how to generate barcode from this type of string can any body help me please thanks regard !  2
what is the base class of .net?  6
Is there any easy way to convert VB6 programs to VB.Net?  3
What is an abstract class?  3
How to store jpeg / gif / bmp image in database and how to retrieve them? The most stressful condition is database is distributed and stored images can be retrive from any computer in network and any one can store images from other computer!! plss help its urgent.......RAHUL RATHOD  2
what is the dif b/w panel and groupbox. Ksb3
Advantage of vb.net over vb ? Digital-GlobalSoft5
hi dear ? MY problem is that i m developing software for Library. and i want to connect a third party software with my VB.net program in order to calculate DDC number.I dont know how to do this if any body can help me please?  1
Is VB.NET object oriented? What are the inheritances does VB.NET support ? Digital-GlobalSoft11
Hi I am planning to take interview in VB.net,can any one share your interview Questions for a Entry-level job. Regards Lina  3
Disadvantages of vb ? Digital-GlobalSoft4
What is MSIL  4
 
For more VB.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