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 about garbage collection?

578


What are the advantages of an assembly?

600


how to get dynamic control array position or its index position?

2045


How to execute VB.NET PROJECTS,VB6.0 PROJECTS AND write their test cases.Need Reply Urgently

1995


Is vb.net dead?

522






Why do we use byref keyword in vb.net?

597


Compare c# and visual basic.net?

546


Observations between vb.net and vc#.net?

569


What is the difference between convert.tostring and i.tostring method?

553


Explain the components of common language runtime.

519


Explain about the performance of visual basic?

589


Before in my vb app I would just load the icons from dll. How can I load the icons provided by .net dynamically?

517


Explain nested classes?

556


What is the use of errorprovider control?

593


Explain jit?

546