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
Which control is an example of an object in vb net?
How would you implement inheritance using vb.net?
What are the shared variables?
What are the difference between dispose(), close(), exit(), end()? When do we use them?
how to get dynamic control array position or its index position?
What is branching logic control in VB.NET?
Explain about rapid application development tool?
What is the maximum size of the textbox?
How do you call a stored procedure in Visual Basic?
List the different types of assembly?
Explain the services provided by common language infrastructure.
Name some different types of control?
Observations between vb.net and vc#.net?
What is sealed class?
Explain the differences between vb.net and c#, related to oops concepts?