Showing posts with label textboxs. Show all posts
Showing posts with label textboxs. Show all posts

Tuesday, February 14, 2012

Dear Insert in to database from textbox in asp.net

I have 5 textboxs and 1 botton in web form. I want to click botton and insert all data in textbox to database that using sql server 2005. Please help meYou can use SqlCommand with parameters, as shown in this documentation:
http://msdn2.microsoft.com/en-us/library/system.data.sqlclient.sqlcommand.parameters.aspx