How to Insert a TextBox value in to Sql database using
C#.Net coding
Answer Posted / abcd
sqlcommand cmd=new sqlcommand("insert into dept values
('"+txtbox1.text+"'),con");
cmd.executenonquerry();
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What is the difference between adding routes, to a webforms application and to an mvc application?
What is entity sql? : Entity framework
What is entityset? : Entity framework
mention what are the various methods provided by the dataset object to generate xml?
How the ‘page lifecycle’ of ASP.Net MVC does works?
How route table has been created in asp.net mvc?
What are differences between entity framework and l2s? : Entity framework
Is entity framework slow?
Explain how you can send the result back in JSON format in MVC?
what is msl?
What is presentation framework?
What is Peek method in Tempdata in ASP.Net MVC?
i have done enough testing in life but now stated developing intereset in development work,Can i think of entering into development work that too in >Net after more then 4 years of testing experiece?
What does mvvm mean?
What does a viewmodel do?