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
Can you explain one critical mapping? Performance issue which one is better? Whether connected lookup tranformation or unconnected one?
What is the usie of activex control in .net?
What is the compiled object?
Explain the namespace classes used in asp.net mvc? : asp.net mvc
Do you know caching feature?
How to use multiple scriptmanager controls in a web page?
Which library is used by the testers and developers to develop automated tests and create testing tools?
Explain in what order a destructors is called.
Just by seeing the signature of the bean how can you specify whether it is a stateful or stateless session bean?
Is it true that a Web service must be written in .NET or not?
What is data control in asp.net?
Where can I get the details on migration of existing projects using various technologies to asp.net?
Describe Segmentation With Paging?
How do you remove duplicates without using remove duplicate stage?
What is the difference between custom web user control and a custom web server control?