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
Explain the asp.net session state modes.
What is clr? Difference between clr & cts?
How many types cache in asp net?
Which asp.net objects encapsulate the state of the client and the browser?
What is base class of .net?
What language does asp.net use?
How we implement web farm and web garden concept in asp.net?
If 200 is for all successful operation then why do we have 201 response codes?
What is cookieless session id explain in brief?
Differentiate strong typing and weak typing
What is latest version of asp.net mvc? : Asp.Net MVC
Can we have a web application running without web.config file?
What is a session government?
What is mta?
What is an assembly? Explain its parts.