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 OSI layer? Explain different layers.
What is the difference between stored procedure vs function?
Why is this service branded with windows livetm?
How will create assesblies at run time?
Describe paging in asp.net?
What is difference between session and cookies in asp net?
Differentiate between globalization and localization.
Explain the difference between server.transfer and response.redirect? Why would I choose one over the other?
Define machine.config in .net?
What is different in .net 1.1 and .net 2.0?
Can you explain autopostback?
What is viewstate in asp net with example?
What are the media types of http requests and response?
Can you change a master page dynamically at runtime? How?
What is the difference between login controls and forms authentication?