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
Differentiate globalization and localization.
What are the difference between overriding and overloading?
What is the significance of ASP.NET routing?
In Code-Behind class which kind of code (server or client) is found ?
Web API supports which protocol?
Is it possible to write code in many languages in one asp.net project?
Web API uses which library for JSON serialization?
Where session id is stored?
Differentiate strong typing and weak typing
How to fetch a data from one table to another table in asp.net ?
Explain MVC model binders?
Explain what the contents of cookie?
How to find last error which occurred in Asp.net ?
What is a form tag?
How to unit test Web API?