How does you get record no from 5 to 15 from a dataset of
100 records?
Answer Posted / anusuya
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 |
Post New Answer View All Answers
Describe about visual basic.net?
What are the assembly entry points?
What is the differences between dataset.clone and dataset.copy?
What is different between web.config and machine.config and where it will be ?
Name some of the features of C# which are not present in VB.NET?
Which dll is used for microsoft .net run time?
Explain about the performance of visual basic?
Explain the advantages of vb.net?
Explain the difference between an xml "fragment" and an xml "document."
What are the parts of the visual basic control?
Which classes a dll can contain?
What are all the differences between dispose and finalize()?
Explain manifest?
how to deploy vb.net with key and evaluation time? any one can help me?
List the two main parts of .net?