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 Caching techniques in .NET
What's the use of formatters in .net?
What is asp.net caching?
What is clickid?
What is postback pixel?
How would you create a permanent cookie?
What is asp net_sessionid?
What is a swagger in web api?
What is preprocessor in .net and type, where it use?
What are the two properties that are common on every validation control?
How much is the pay-for-use service if I chose not to use microsoft-sponsored advertising?
What is the difference between union and structure?
What is AutoEventWireup attribute for ?
What is viewstate information stored?
What are ASHX files?