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
Elaborate differentiation between Cache and Application?
What does occur first in ASP.Net, Authentication or Authorization?
Can we add code files of different languages in app_code folder?
In order to bind the data from a data source to the Repeater control what property is set and what method must you call in your code,?
What are different types of authentication techniques that are used in connection strings to connect .net applications with microsoft sql server?
Define static constructor?
How do cookies work? Give an example of their abuse.
Define xmlreader class.
Which method is used to force all the validation controls to run?
To wrap up a call to a Web service the standard used is..?
How can you debug your.net application?
Is it possible to develop a single web application using ASP.NET webforms and ASP.MVC?
What is a uri query?
Apart from IDE what are the enhancements in asp.net 2.0?
Let's say I have an existing application written using vb6 and this application utilizes windows 2000 com+ transaction services. How would you approach migrating this application to.net?