Insert into access database from a webform using ASP.NET
-
Hi everyone, I have a web form that has the following fields: name, address, postal code, country, email, contact number. My Access database is called vcalendar.mdb. I have a table called users that has the following text fields: name, address, pcode, country, email, contact. I need to know how to take the information from the web page and insert it into the database. Believe it or not, I can't seem to find any examples. I've seen a lot that say something like Value, Name, etc. but I haven't found any that show multiple values into an Access database using VisualBasic. I hope someone can help me out with the backend codes.. thanks in advance. frossie
-
Hi everyone, I have a web form that has the following fields: name, address, postal code, country, email, contact number. My Access database is called vcalendar.mdb. I have a table called users that has the following text fields: name, address, pcode, country, email, contact. I need to know how to take the information from the web page and insert it into the database. Believe it or not, I can't seem to find any examples. I've seen a lot that say something like Value, Name, etc. but I haven't found any that show multiple values into an Access database using VisualBasic. I hope someone can help me out with the backend codes.. thanks in advance. frossie
frossie wrote:
Believe it or not, I can't seem to find any examples
You haven't look hard enough. For example, try www.asp.net[^]Look for Tutorials or perhaps http://www.syncfusion.com[^] and look for ASP.net FAQ's or even search Code Project's Tutorials, there are many resources open to you, just look for them.
-
frossie wrote:
Believe it or not, I can't seem to find any examples
You haven't look hard enough. For example, try www.asp.net[^]Look for Tutorials or perhaps http://www.syncfusion.com[^] and look for ASP.net FAQ's or even search Code Project's Tutorials, there are many resources open to you, just look for them.
Sorry there, but i'm not able to create a webform that allows insertion into database still. i have tried various methods including using a datagrid, gridview, formview, dataview in asp.net. But im pretty confused at using an accessdata source and what not to write in the file.aspx.vb page? frossie