How does you get record no from 5 to 15 from a dataset of
100 records?
Answer Posted / joseph amalraj
for (int i = 5; i <= 15; i++)
{
TextBox2.Text = TextBox2.Text + "' " +
ds1.Tables[0].Rows[i][0].ToString();
}
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain the difference between datatable and dataset?
How do you use two datareaders at the same time in a vb.net windows application ?
Explain the use of option explicit?
When do you use virutal keyword?
What is late binding?
What is the difference between datagrid and gridview?
How many languages are supported by .net?
Explain the components of common language runtime.
Write the role of new keyword?
Name some of the keywords used in vb.net?
Name a feature which is common to all .net languages?
What are the objects in asp.net?
What do you understand by vb.net?
Explain managed code?
What is the use of internal keyword?