M
Mr Newbie
I have a DataGrid with an Edit command column. I have three other preceeding
columns in the Grid Index, LastName, Firstname.
1.) I Click the Edit link and the row selected becomes editable with three
textboxes, my data is 1 Smith John alomngside is now the Update
link.
2.) I Edit the First Name, now my Data is 1 Smith Mike
3.) I Press the update link
In the Update event the data returned is the original data 1 Smith John,
and NOT 1 Smith Mike.
Whats wrong ??
columns in the Grid Index, LastName, Firstname.
1.) I Click the Edit link and the row selected becomes editable with three
textboxes, my data is 1 Smith John alomngside is now the Update
link.
2.) I Edit the First Name, now my Data is 1 Smith Mike
3.) I Press the update link
In the Update event the data returned is the original data 1 Smith John,
and NOT 1 Smith Mike.
Whats wrong ??