User-1649264061 posted
Hello sir,
I am using VisualStudio2005 and making asp.net page.
I am using AccessDataSource1 and my database name is users(created in MS-Access)
I have connected "users" table with AccessDataSource1.
Table users fields:
Salutation
FirstName
MiddleName
LastName
I am having these controls on the form
dropdownlistbox (salutation)
Textbox1 (firstname)
Textbox2 (secondname)
Textbox3 (Lastname)
Button1
When i enter some datas on these controls and click Button1 means i want that datas to be added to the database.
Pls do anyone help me in this coding.
Thank you sir