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 the difference between session and application?
How to fetch a data from one table to another table in asp.net ?
List the events in page life cycle.
Is there any alternative to avoid name collisions other then Namespaces?
Explain the difference between codebehind="mycode.aspx.cs" and src="mycode.aspx.cs"?
Explain the difference between response.redirect vs server.transfer
What is _viewstart?
How many languages are supported by .NET at present time?
How to Insert/Add in ASPXgridview
6. Tell us about a time when you failed to meet a deadline. What were the repercussions?
Explain the advantages of caching?
What are sql joins?
Which type if caching will be used if we want to cache the portion of a page instead of whole page?
What is DataGrid wheater its a Server Control or something else ?
How ASP and ASP.NET page works? Explain about asp.net page life cycle?