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
Explain the difference between web.config and machine.config and where it will be ?
What is late binding and early binding?
Can you please explain the difference between int and int32?
Allowed program to auto-correct the database when loading a presentation.
Explain the difference between namespace and assembly?
What is the differnce between managed code and unmanaged code?
What is the feature which is common to all .net languages?
What are different types of jit ?
What is intermediate langauge?
What are all the differences between dispose and finalize()?
Sir, what code to store data from vb net sql server 2008 to 2005 and at the same time in order to validate the data entered is not the same, but there have been contacts in the module. Examples such as the log table that I created, the user name as the primary key.
What is the advantage of using system.text.stringbuilder over system.string?
Before in my vb app I would just load the icons from dll. How can I load the icons provided by .net dynamically?
What are the different types of applications supported in .net (or) .net framework?
Write the role of new keyword?