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