Here is my code, I wrote it in ASP.NET IN C# , but it's not connecting to the access database eventhough I create the field names corresponding to the values of the textbox. Maybe someone can show an error or a better way to connect /save/update the data, thanks in advance
using System;
using System.Collecti ons;
using System.Componen tModel;
using System.Data;
using System.Data.Ole Db;
using System.Drawing;...
User Profile
Collapse
-
how to connect/save/update data to the database ?
Hi there,
I just create a form that contains name, Address, City, State, Zip, Question Checked box, and dropdown list selection for the user to fill-out the answer in the texbox, checkbox or choose the selection the option...
For example here is the Form properties I setup:
Text="Name" Text ID="LabelName" TextBox="TextBo xName"
Text="Address" Text ID="LabelAddres s"...
No activity results to display
Show More
Leave a comment: