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
If you have an application with multiple security levels though secure login and my ASP.NET web appplication is spanned across three web-servers by using round-robbin load balancing. Explain which is the best approach to maintain login-in state for the users?
How do you design a website with multilingual support in ASP.NET ?
What is web api vs wcf?
What is the significance of proxy user?
Why will you usually create an aspnet user account in the database for an asp.net web application?
What is asp.net mvc5? : Asp.Net MVC
Asp pages that worked pefectly on windows 2000 server and iis 5.0 do not work on windows 2003 server with iis 6.0. Asp.net pages work fine. Why?
What is another word for redirect?
What is %20 in a url?
Where is session data stored in asp net?
What is httpresponse?
What are the advantages of passport authentication?
How can we create custom controls in asp net?
Why do you use the app_code folder in asp.net?
What is mvc in angular?