Forum Moderators: open

Message Too Old, No Replies

Update Datagrid

How do you do it?

         

jefferson

8:18 pm on May 23, 2005 (gmt 0)

10+ Year Member



How do you update a datagrid by editing the information within it, then clicking a button to update?

TheNige

10:51 pm on May 23, 2005 (gmt 0)

10+ Year Member



You will need to take the updated data from your grid and then update your database either through a SQL query, stored procedure, or dataset update.