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
What are all the parts of .net framework?
What is a stream in vb.net?
What is the difference between system.applicationexception class and system.systemexception?
what is the advantage of option strict on?
What is difference between inline and code behind?
What is misl code?
Using VB, how can you change the Mouse Pointer?
Name some of the features of C# which are not present in VB.NET?
Explain how to achieve polymorphism in vb.net?
Explain about branching logic control in vb.net?
described weak typing?
What is the difference between import system.data.sqlclient and system.data.oledb?
What is the difference between static or dynamic assemblies?
What is the difference between compiler and interpreter?
Explain an assembly?