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 are the navigation ways between pages available in ASP.NET?
Why SessionID changes in every request in asp.net?
Which authentication uses a combination of windows and iis authentication?
in which protocol ASP.NET WEB API Work?
What is http post and http get?
What is postback in asp net?
What are demand-paging and pre-paging?
Can we have 2 web config files?
How many types of session in ASP.NET
What is the parent class of all the web server control?
What role “#&&” plays in a querysting?
What is tracing? Where is it used?
What is the maximum amount of memory any single process on windows can address?
Give an example of cookie abuse.
Explain different authentication modes in asp.net?