How to Insert a TextBox value in to Sql database using C#
coding?
Answer Posted / sona
insert into emp(empname) values('"+textbox1.Text+"');
| Is This Answer Correct ? | 159 Yes | 62 No |
Post New Answer View All Answers
How you will improve web application performance?
Who generates session id?
What is viewstate information stored?
What are custom controls?
How can I create master page in asp net?
Differentiate between structure and class.
Difference between .NET and previous version?
What is session state server?
A web service can only be written in .net? State whether true or false.
Tell me how asp.net mvc differs from asp.net web forms? : asp.net mvc
Can I recieve both html markup for page and code in the asp.net web page's source code portion in the web browser?
Describe the .net base class library.
What is Cookies Less Session?
What are session state modes?
What is asynchronous call?