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 difference between manifest and metadata?
What is static member?
What is the significance of delegates. Where should they be used?
difference between control and component more than one differences
How a base class method is hidden?
What is option strict?
What are the shared variables?
What is the maximum size of the textbox?
How can I extract the formated word(bold,italic,underline,font,color etc) from the msword file.?
What are the differences between c# and visual basic.net?
What is enumerator?
Compare c# and visual basic.net?
Which dll is used for microsoft .net run time?
Can you please explain the difference between vb and vb.net?
What languages does the .net framework support?