Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Mar 21, 2012 08:04 AM by coolpal9
Member
164 Points
539 Posts
Mar 19, 2012 12:45 PM|LINK
Hi,
Pl someone tell me how to enter the data filled in through a web form (asp.net 4.0 using c#) into the database (sql server 2008 r2).
This is really taking a lot of my time...I've searched everywhere but still haven't got a proper reply.
Pl pl pl someone tell me how can the data filled in through a web form be sent/transfered to the database?
I have an assignment...n I'm a newbie...pl help me complete my assignment...
Contributor
4394 Points
1102 Posts
Mar 19, 2012 12:56 PM|LINK
The standard way is with ado.net. You can find many tutorials for this online.
All-Star
98043 Points
14516 Posts
Mar 19, 2012 05:04 PM|LINK
get started here - http://msdn.microsoft.com/en-us/library/e80y5yhx(v=vs.80).aspx
Thanks,
Star
10512 Points
1354 Posts
Mar 21, 2012 06:14 AM|LINK
Here is a tutorial shows how to configure a SqlDataSource to insert, update, and delete data.
Inserting, Updating, and Deleting Data with the SqlDataSource
Regards
Participant
1555 Points
304 Posts
Mar 21, 2012 06:20 AM|LINK
Use ADO.net or entity framework to insert the data.Let me know in case of more help
Mar 21, 2012 08:04 AM|LINK
Thanks! I got it working!
coolpal9
Member
164 Points
539 Posts
help reqd. to send data entered through web form to the database
Mar 19, 2012 12:45 PM|LINK
Hi,
Pl someone tell me how to enter the data filled in through a web form (asp.net 4.0 using c#) into the database (sql server 2008 r2).
This is really taking a lot of my time...I've searched everywhere but still haven't got a proper reply.
Pl pl pl someone tell me how can the data filled in through a web form be sent/transfered to the database?
I have an assignment...n I'm a newbie...pl help me complete my assignment...
adamturner34
Contributor
4394 Points
1102 Posts
Re: help reqd. to send data entered through web form to the database
Mar 19, 2012 12:56 PM|LINK
The standard way is with ado.net. You can find many tutorials for this online.
ramiramilu
All-Star
98043 Points
14516 Posts
Re: help reqd. to send data entered through web form to the database
Mar 19, 2012 05:04 PM|LINK
get started here - http://msdn.microsoft.com/en-us/library/e80y5yhx(v=vs.80).aspx
Thanks,
JumpStart
Zhongqing Ta...
Star
10512 Points
1354 Posts
Re: help reqd. to send data entered through web form to the database
Mar 21, 2012 06:14 AM|LINK
Hi,
Here is a tutorial shows how to configure a SqlDataSource to insert, update, and delete data.
Inserting, Updating, and Deleting Data with the SqlDataSource
Regards
If you have any feedback about my replies, please contact msdnmg@microsoft.com
Microsoft One Code Framework
paritoshmmec
Participant
1555 Points
304 Posts
Re: help reqd. to send data entered through web form to the database
Mar 21, 2012 06:20 AM|LINK
Use ADO.net or entity framework to insert the data.Let me know in case of more help
Thanks and Regards,
Paritosh
coolpal9
Member
164 Points
539 Posts
Re: help reqd. to send data entered through web form to the database
Mar 21, 2012 08:04 AM|LINK
Thanks! I got it working!