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 cached data phone?
Take a Large textbox allow to type any data. Task 1:display the count of vowels in a lable on key press event of the textbox Task 2:dispaly count of dates in a lable when dates in following foramats:dd/mm/yy , mm/dd/yy , yy/mm/dd. Task3:compare 2 dates and display both are same or not which dates are in dd/mm/yy and mm/dd/yy farmats.
What are the session management techniques asp net?
How to set the pane area to transparent of a scrollPane component.?
Tell me the code snippet to show how we can return 404 errors from HttpError?
Let's say I have an existing application written using vb6 and this application utilizes windows 2000 com+ transaction services. How would you approach migrating this application to.net?
How can you implement the postback property of an asp.net control?
What is query string?
What is custom attribute?
What is an example of an application service provider?
What is the use of dispose method?
What are the memory-mapped files?
What are validators and list some validators of asp.net?
What are the different method of navigation in asp.net?
Explain the difference between asp and asp.net?