Is this made easier in 2.0?

V

VB Programmer

I have an application that users can fill out and submit on my 2.0 website.
(The results are emailed to an admin.) If I want to automatically store the
application info into a database table do I have to create the ADO.NET for
this, which isn't a problem? Or, is there an easier way to do this in 2.0?

Thanks!
 
G

Guest

VBProgrammer,
Bottom line is you normally need to create a SqlConnection, SqlCommand, and
have (preferably) a stored procedure to insert your data into the database in
a situation like this, whether it's ASP.NET 1.1 or ASP.NET 2.0.
Take a look at the Quickstarts, which installs with VS.NET 2005 and the SDK,
for sample code.
Peter
 
V

VB Programmer

Thanks Peter.

Peter Bromberg said:
VBProgrammer,
Bottom line is you normally need to create a SqlConnection, SqlCommand,
and
have (preferably) a stored procedure to insert your data into the database
in
a situation like this, whether it's ASP.NET 1.1 or ASP.NET 2.0.
Take a look at the Quickstarts, which installs with VS.NET 2005 and the
SDK,
for sample code.
Peter

--
Co-founder, Eggheadcafe.com developer portal:
http://www.eggheadcafe.com
UnBlog:
http://petesbloggerama.blogspot.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,070
Latest member
BiogenixGummies

Latest Threads

Top