King Umar

King Umar

  • NA
  • 103
  • 28.9k

how to loop in dataset using vb.net?

Jun 29 2015 11:29 PM
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)