Hi,
am creating a web form in visual studio to insert data into an access database. The web form text boxes on the aspx file are Textbox.Text, Textbox2.Text and Textbox4.Text. The info is going to an access database i have in my app_data folder called users.mdb. The field names are Username, Password, Email_Address. The textbox data is being sent in the same order to the fields and textbox order listed above. Am fairly new to visual studio and asp.net. What code is required to submit this information to the access database.
Thanks
am creating a web form in visual studio to insert data into an access database. The web form text boxes on the aspx file are Textbox.Text, Textbox2.Text and Textbox4.Text. The info is going to an access database i have in my app_data folder called users.mdb. The field names are Username, Password, Email_Address. The textbox data is being sent in the same order to the fields and textbox order listed above. Am fairly new to visual studio and asp.net. What code is required to submit this information to the access database.
Thanks
Comment