Hi,

why you want to like this ?
according to me its not a good programming.
as per  The_Fruitman you need gridview on your web page.

its not well but do this.
get records in say Datatable
Read the Table Entry one by one after fill it with your records.
use loop for fill the textboxes
like
For init to dt.rows.count -1
REM here fill your text boxes one by one with respect to record and
dt.rows[i]
end for

For this you have to define your textboxes id at runtime
like <asp:TextBox id="txtvalue" & i ..... />
here i means the value as per your recoed.

Reply via email to