Answer Posted / aadil
In ASP.NET, we have three types of Error Handling.
1. Structured Level Error Handling (try..catch..finally
block)
2. Page Level Error Handline
3. Application Level Error Handling.
Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is runat?
What is HTTPModule and HTTPcontext? What is the use of each?
How to find last error which occurred in Asp.net ?
How can I create master page in asp net?
What is the mvc framework?
How many types of cache are there?
Can you explain page lifecycle in net?
Explain the asp.net mvc folder conventions? : asp.net mvc
What are the advantages of using sql stored procedures instead of adhoc sql queries in an asp.net web application?
What is Web Server Control Templates.?
What is difference between asp.net and asp.net mvc? : Asp.Net MVC
What are the benefits of view state?
What is the sequence in which ASP.NET events are processed?
What is session object? Describe in detail.
How can we create Tree control in asp.net?