Hi yahz eveyone, need to get some help from you all..
I have bind a list of data from sql server to datagrid. Then i need user to enter a value into the datagrid. Any one have ideas how should i retrieve the list of user input value to some where? like in ArrayList or hash table.
More important is the retrieve value from the text boxes in the datagrid.
Datagrid Layout.
--------------------------------------------------------
Column 0 | Column 1
Data from database | Text box for user to enter value.
--------------------------------------------------------