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
Differentiate between file-based dependency and key-based dependency.
Explain exception filters?
What are the different types of sessions in asp.net? Name them?
List the types of authentication supported by asp.net?
How many types of validators are there in asp net?
What are url fragments?
What are session cookies?
What is OSI layer? Explain different layers.
Which property is used to identify the Page is Post Back in ASP.NET?
What does session_start () do?
Explain the difference between an exe and a dll?
Is it possible for me to change my aspx file extension to some other name?
When cookie will expire?
Can you use c# without .net?
What is application and session in asp.net?