2
Reply

how to loop in dataset using vb.net?

King Umar

King Umar

Jun 29 2015 11:29 PM
611
example 
      
 Do While ds.. <-------
                RichTextBox1.Text = ds.Tables("AddItem").Rows(row).Item(colum).ToString()
            Loop


i want to do loop that have index that can retrieve all of the result from sql command into the textbox but i don't know how to put the expression after the Do while/while/for..can anyone help,any opinion guys

Answers (2)