How does you get record no from 5 to 15 from a dataset of
100 records?

Answer Posted / josh

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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain public assembly?

557


What is the differnce between managed code and unmanaged code?

543


How to run a dos command in vb.net?

616


Describe about visual basic.net?

563


Explain the difference between system.string and system.stringbuilder classes?

537






what's ArrayList in .Net (VB.Net or C#).What's the advantageous using ArrayList.

571


Explain clr?

574


Explain about Visual basic.NET culture?

596


Can you please explain the difference between system.string and system.stringbuilder classes?

547


What is pre-jit?

544


Explain internal keyword in .net framework?

572


Explain the difference between import system.data.sqlclient and system.data.oledb?

555


How many classes a dll can contain?

554


What is the main purpose of garbage collector?

509


What is difference between inline and code behind?

521