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
Suppose you want an asp.net function (client side) executed on the mouseover event of a button. Where do you add an event handler?
What is the difference between the asp and asp.net?
What are session objects?
What is postback pixel?
Where is cookie used in asp.net?
What is difference between Server.Transfer and Response.Redirect in ASP.NET?
Can one dll file contains the compiled code of more than one .net language?
What are Session states available and its Uses?
is there any third party tools are using in .net technologies? what are there ? give me the brief introduction?
What is the use of ASP.NET routing?
What is the difference between session and viewstate in asp.net?
What is the use of asp.net web api?
How many types of session in ASP.NET
What language is asp.net written in?
Who is using asp.net?