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
code for "For every 5days system has to create 1text file with the corresponding date and it has to store in c-drive" by using web applications
how to write html code with ssl
Define tracing.
Which property is used to identify the Page is Post Back in ASP.NET?
If 200 is for all successful operation then why do we have 201 response codes?
Explain difference betn dataset and recordset?
Explain how can we access static variable?
Which data type does the rangevalidator control support?
What are the new navigation controls in asp.net 2.0?
What is the difference between session.abandon() vs clear()?
Does web services support data reader like pom project?
Is there any alternative to avoid name collisions other then Namespaces?
What is state management in .net?
What is full trust in asp.net?
What are the ways to show data grid inside a data grid for a master details type of tables? If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?