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


Please Help Members By Posting Answers For Below Questions

i have two class that contain's two methods as same name in derived class i have to call these two methods what will happen at run time ?

2239


Define manifest?

541


What is multiple form in vb?

457


What are the assembly entry points?

580


Explain the difference between an xml "fragment" and an xml "document."

503






How do you call a stored procedure in Visual Basic?

583


How to retrieve images in sql server database through vb.net?

519


What are the difference between dispose(), close(), exit(), end()?

513


What is static member?

578


how to deploy vb.net with key and evaluation time? any one can help me?

1760


How to connect crystal report in vb.net ?

573


What is the source code for display the picture in button click event?

706


What is difference between metadata and manifest?

565


What are the features present in vb 2005?

569


Explain some of the exclusive features which are present in vb?

515