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 ASLM?
What is the difference between runtime version and version?
Do you know using sql cache invalidation?
What is data binding in asp net?
What is authorization in asp.net?
Can you change a master page dynamically at runtime? How?
What is in a session cookie?
Define web.config in .net?
How many ways are there to maintain a state in .net? What is view state?
When maintaining session through sql server, what is the impact of read and write operation on session objects?
What is the difference between adding reference in solution explorer and adding references by using ?
When using the Pager object, inorder to know which page to go, which property you have to set to grid?
What is the life-span of the items in the viewstate?
How many types of sessions are there in asp net?
What is clr? Difference between clr & cts?