How to Insert a TextBox value in to Sql database using C#
coding?
Answer Posted / pksutha
sqlcommand cmd = new sqlcommand("insert into address values
(@textbox1.text,@textbox2.text)",connectionstring);
| Is This Answer Correct ? | 63 Yes | 37 No |
Post New Answer View All Answers
How does exception management works in ASP.NET?
What is the difference between visual basic and asp.net?
Is asp.net a programming language or framework?
What is http session state?
Explain repository pattern in asp.net mvc? : asp.net mvc
What is Bundling and Minification in MVC?
What is an asp.net validator? And, mention its types.
Why is this service branded with windows livetm?
What are the Types of session management in ASP.NET
Is session server side or client side?
Describe briefly what is the role of IIS on an ASP.NET application? What does it for the same application?
What is the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc
Is it true that a Web service must be written in .NET or not?
What is a proxy in web service?
What is a postback url?