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
What are the advantages of asp.net mvc framework? : asp.net mvc
Why do you use the app_code folder in asp.net?
What are the various types of cookies in asp.net?
In the Repeater control which way you can edit?
What is the use of web.config file?
What is the difference between c# and .net?
Which authentication uses a combination of windows and iis authentication?
What is server transfer?
What is the mvc framework?
What is the significance of attaching a profile while creating a user?
How to disable cut, copy and paste in TextBox using jQuery in asp.net?
How do you open a page in a new window?
Explain what benefit does your code receive if you decorate it with attributes demanding specific security permissions?
What is the syntax for datagrid and specifying columns?
How can you identify that the page is post back?