Hello,

I have a Windows form I made in Visual Studio 2008. It has ten text boxes that allows the user to enter the proper information. I have a database setup that is empty that needs to be filled by this form.

When I click submit, how do I make it to where it submits the data from these text boxes to the database?

Recommended Answers

All 2 Replies

read up on ADO.NET.
you will be able to do everything you need.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.