What is the difference between excute query and excute
nonquery.?
Answer Posted / rina baranwal
use ExecuteQuery with "select" query but we use Execute
NonQuery with Update,insert and delete query.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What is an asp.net validator? And, mention its types.
Explain significance of routing? : asp.net mvc
What is the difference between stored procedure vs function?
Which property is used to identify the Page is Post Back in ASP.NET?
How to use a Master Database in Asp.net?
How do we implement bundling in MVC?
Differentiate between client-side and server-side validations in web pages.
How is session id generated?
What is simple data binding?
Any disadvantages in Dataset and in reflection ?
Can we set which type of comparison we want to perform by the CompareValidator control?
What are the three parts of an http response?
Explain the main function of razor in asp.net? : asp.net mvc
What is the use of express session?
What is the difference between system.stringbuilder and system.string