Updating data in a database
I have a problem which I believe should be easy for most programmers, but I cannot find the answer to it in any of the Microsoft Course manuals that I have (ADO.NET & Web Develeopment Technologies) nor I can I find it on the web.
I have created a webform with textboxes (ASP:textbox) and want the information that the user inputs in it to add to a table in a microsoft access database. (future attempts will be to modify and delete)
If anyone can direct me in the right direction or send me sample code I would really appreciate it.
Thank you
Bernhard