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
What is event bubbling?
Explain the difference between value type and reference type?
What is state management in .net?
What are the new features added from ASP to ASP.NET?
Can you dynamically assign a Master Page?
What does mvc represent in asp.net? : asp.net mvc
What is difference between web api and web services?
What is the use of placeholder control? Can we see it at runtime?
What is the difference between session and application?
What are the new login controls in asp.net 2.0?
Describe the Server Control Events of ASP.NET?
What are the major built-in objects in ASP.NET?
What are the server controls in asp.net?
What are early binding and late binding.
Let's say I have an existing application written using vb6 and this application utilizes windows 2000 com+ transaction services. How would you approach migrating this application to.net?