Rite then, I have been using ASP.Net for about two days now and have managed to create a form, with various fields on it, some with drop down menus with data in them, that i am using as a form for users to enter information into a database. I was thinking this is going far too well, and i was right
I have now started to look at how to allow users to edit this information and this is where i am having the problem!
First off, we are using an Access database (ech! not happy about that, but there we go) all of the example that I keep seeing are setup for use with SQL Server, which is fine, but we don't have it and the MSDN refuses to cooperate!
Can someone provide me with a really simple way of retrieving some information out of a database, and assigning that information to a text field. what i am trying to do is to use the same aspx page for the add and edit, just looking for a param in the page_load event, if it exists then populate the text fields with the data from the Access db.
Any helps would be appreciated
Tony