Sending data to next page (C#)
I am developing a webform to view the entries in datagrid. i have created a template column in datagrid to edit & delete the records.if i click EDIT in datagrid, it should transfer the corresponding record data to another page (in text boxes). I found many examples of sending values thru url using LINK BUTTON .. but how it is possible using TEMPLATE COLUMN? please help me out
|