View Single Post
  #1 (permalink)  
Old Aug 11th, 2005, 18:43
caryma caryma is offline
New Member
Join Date: Aug 2005
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
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
Reply With Quote