How do I update an an Access database from a GridView in Visual Studio?
问题 I'm trying to update an access database when using a Grid View in Visual Studio 2010 but not having any success. Let me try and explain what I have. I have an access database with a table "tblConfirmedworkhours" which has fields "dateworked" & "confirmed". I can display the filtered table on my webpage with the edit/update links but the table won't update. Option 1: I would like (if possible) is to not have to click on the edit & update buttons, just edit the data on the screen (I'm thinking