Datagrid - edit control

DaveO

New member
Joined
Dec 14, 2006
Messages
1
Programming Experience
Beginner
Trying to work on my first web form. I managed to get a datagrid working that pulls from a SQL table. Using the built-in edit button works like a charm.

But then I copied the code and started a second page that pulls from a different table. The data displays properly, and the code I built to add new records works - but when I try the "edit" button, it seems to work, but when I click 'update' the change is not made in the DB - no error, it just goes back to the 'normal' display with the Edit button again available.

Any tips would be great
Thanks
Dave
 
Last edited:
Back
Top