How to Insert a TextBox value in to Sql database using C#
coding?
Answer Posted / thualsi
insertBox("(Text1.Text)")+("(Text1.Text)");
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How use Xml data in ASP.net?
Differentiate between a page theme and a global theme?
What does asp in asp.net stand for?
Whta are the Various steps taken to optimize a web based application (caching, stored procedure etc.) ?
Which protocol is used to call web service?
What is repository pattern in mvc.net? : asp.net mvc
Explain the difference between dataset and datareader.
What is marshalling ? Is it a part of asp.net ?
Are cookies client side or server side?
Explain client-side scripting?
Define machine.config in .net?
What is the asp.net mvc folder conventions? : asp.net mvc
How do you open a page in a new window?
What is base class of .net?
Explain ViewState?