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
What is the use of errorprovider control?
What is the use of assembly?
How many ways the function can return values?
What is sorting in vb?
What is stack used for in vb. Net?
What is econo-jit?
List the two main parts of .net?
Explain about the ruby interface generator?
Explain convert.tostring and i.tostring method?
So you know which dll is used for microsoft .net run time?
Explain enumerator?
Explain the use of new keyword?
What is the ruby interface generator?
what is common language specification?
Described strong typing