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
Explain how do you validate the controls in an asp .net page?
How do I use response redirect?
What is simple data binding?
Where is cookie used in asp.net?
Is post back property in asp net?
Define the term Web Garden?
What is asp.net and its advantages?
What is the difference between stored procedure vs function?
How do you do client-side validation in .net? How to disable validator control by client side javascript?
Explain some of the major built-in objects in asp.net
What is asp net application object?
Where the cookie value is stored?
Explain the differences between managed and unmanaged code?
Explain the Session state management options available with ASP.NET?
What is an assembly? Explain its parts.