Ok, I have a nice datagrid that lists may table information all pretty.
Now I need to be able to edit the data. I do not want to use the builtin data editing on a datagrid, i would prefer to kick to another page that has an edit/update form.
My theory is that the way to do this is to use the Edit link in the datagrid to open the edit page form and pass it the identifier of the record to be updated. Sounds simple, but I have not been able to figure out how to pass the variable.
What is the best way to figure out the current row that was selected in the datagrid (via the edit link) and then pass one of the columns values??
thanks
btw. using vstudio 2003
Now I need to be able to edit the data. I do not want to use the builtin data editing on a datagrid, i would prefer to kick to another page that has an edit/update form.
My theory is that the way to do this is to use the Edit link in the datagrid to open the edit page form and pass it the identifier of the record to be updated. Sounds simple, but I have not been able to figure out how to pass the variable.
What is the best way to figure out the current row that was selected in the datagrid (via the edit link) and then pass one of the columns values??
thanks
btw. using vstudio 2003