It's based on what columns do you use in your datagrid.
If columns are bound, then simply add their values to global variables that you need to declare in global.asax. If you use templatecolumns then assign values of your controls to global variables.
: Hi,
: I want to go from update link which is in datagrid column to update.aspx page and the update.aspx page should display the details of the records in all the fields.This should happen to whatever id i select.
: Need Help urgent!
: Thanks
: