How to Insert a TextBox value in to Sql database using C#
coding?
Answer Posted / suthasyed
sqlcommand cmd = new sqlcommand("insert into address values
('"+ textbox1.text +"', "+ textbox2.text +")",
connectionstring);
| Is This Answer Correct ? | 66 Yes | 41 No |
Post New Answer View All Answers
How do I publish my asp.net application to my isp's web server?
Explain the difference between asp & asp.net.
They mostly asked difference between versions of technologies
What is css in asp.net?
In your ASP.NET 2.0 web application you want to display an image that is selected from a collection of images. What approach will you use to implementing this?
Define the steps to set up validation control.
how to implement some securty aspect in our application i.e 1.cookie poisioning. 2.data encryption. 3.forcefull browsing 4.sql/code injection 5.securing web app by using web services ........my question is how to implement these thing in our application is this done by hard coding or by help of some tool
Explain Session state management options in ASP.NET.
What is a web farm?
Where is session data stored in asp net?
How to communicate via Remote proxy with Client? a)MarshalByRef b)Marshal by Value or Any thing else?
What is slidemaster?
Is LINQ performance wise better or using sqlcommand?
How to change Master page in ASP.Net using code?
What does session_start () do?