how can i pass or put a row of data on a datagrid into a bunch of textboxes?
on my datagrid are StudentID, LastName and FirstName, i have textboxes named txtID, txtLname and txtFname, i have command buttons named cmdEdit and cmdSave
if i select an entire row and click the cmdEdit button, the data from StudentID, LastName and FirstName will be displayed on the textboxes and i can edit whats on it..
and then if i click the save button.. the data that i edited will be saved and can be seen in the datagrid.
i have something in my mind on how to do it but i dont know what codes to use..