|
Passing values from Datagrid to another form
I am trying to pass values from my datagrid from one form (webform1.aspx) to another form (webform2.aspx), but I don't want to transfer the data to another datagrid. I want them to display in text boxes on the second form (webform2.aspx). I am using a DataSet to populate the datagrid.
Caryma
|