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 tooltip is set through code-behind in ASP.NET?
Which adapter should you use, if you want to get the data from an access database?
How many types of session state management options available in asp.net?
How about the security in Activex DLL and Activex EXE ?
What is Dynamic Web and discuss its usage with the help of real life examples?
What is the difference between page.registerclientscriptblock and page.registerstartupscript?
What is a web api?
What is hidden field in asp.net?
What is server side in asp.net?
Define application state variable and session state variable?
IN an ASP.NET Web application if there is any error, how can you debug?
Explain how asp.net page works?
What are the cookies types in asp.net?
How can we create custom controls in asp net?
How do you declare delegates and are delegates and events one and the same and explain how do you declare delegates and invoke them ?