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
Will c# 3.0, vb.net 9.0, atlas, or linq be included in the .net framework 3.0?
i want to take the fast track training on >net Frame work and work flows and share point could you tellme the good institutes for that cources
Is it possible to create a custom filter?
What are the two ways to add constraints to a route?
What is viewdata?
When will the .net framework 3.0 be released?
How route table is created in ASP.NET MVC?
The order of the filters that get executed, if the multiple filters are implemented?
What is MVVM design pattern?
What are the possible razor view extensions?
How does .net framework works?
Describe the gac in the .net framework.
What is presentation framework?
How does the .net framework 3.0 relate to the .net framework 2.0?
mention what is the difference between ado.net and classic ado?