How to Insert a TextBox value in to Sql database using C#
coding?
Answer Posted / sona
insert into emp(empname) values('"+textbox1.Text+"');
| Is This Answer Correct ? | 159 Yes | 62 No |
Post New Answer View All Answers
What are the advantages of using sql stored procedures instead of adhoc sql queries in an asp.net web application?
How to prevent client side validation from the ASP.NET validation controls?
Why is global asax is used for?
What is viewstate information stored?
Explain what does mvc represent in asp.net? : asp.net mvc
What is asp.net file?
How can you pass multiple complex types in Web API?
What are the components of ado.net?
Write the different features of a Thread and a Process?
How do you declare static variable?
Explain about the Class view window?
what are the ihttphandler and ihttphandlerfactory interfaces ?
What does aspcompat="true" mean?
How does session work in asp net?
What is the difference between response.redirect and server.transfer?