How do you handle unhandled exceptions in ASP.NET?.
Answer Posted / s
try
{
here u have to write ur code
}
catch (Exception ex)
{
here if u get any error it was handled by Exception ex
}
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain the use of errorprovider control in .net?
what is DLL Hell and how it is solved in .NET? please explain clearly??
How to prepare culture-specific formatting in .net.
Can we add code files of different languages in app_code folder?
Why cyclomatic complexity is important?
What is the difference between the response.write() and response.output.write() methods?
Is there any property names “isnavigating”?
In a webservice, need to display 10 rows from a table. Which is the best choice among datareader or dataset?
What is redirectpermanent in asp.net?
What is the most appropriate lifetime for a database connection/orm context in an asp.net mvc application? : Asp.Net MVC
Can asp.net work on an nt server?
How you will improve web application performance?
What are the uses of list view control in Asp.net?
What is asp.net introduction?
Where is the session stored?