How to Insert a TextBox value in to Sql database using C#
coding?
Answer Posted / chandra shaker
insert into emp(empname) values('"+textbox1.value+"')
If you use html cocntrol textbox1.Value
or
If you use Aso cocntrol textbox1.Text
| Is This Answer Correct ? | 192 Yes | 84 No |
Post New Answer View All Answers
What is special types forms
What are the disadvantages of asp.net?
Define msil.
What are the advantages and disadvantages of session?
Whats the difference between abstract factory pattern and factory pattern?
What is authorization in asp.net?
What is the parent class of all the web server control?
What is advantage of code behind coding in ASP.NET?
What is the difference between a page theme and a global theme?
What is a session http?
Can I have a unique key as foreign key?
What is the use of session in web application?
What is the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc
I have an external link in my application say www.xyztest.com. Today this site works on http protocal. Tommorow it may run on https. So i cant hardcore the protocal in the site. When a user clicks on the link how can i know if the external site works on http or https and takes him to that place?
How to include silver light .xap page into asp.net web application and what is the purpose of using silverlight application?