How do you handle unhandled exceptions in ASP.NET?.
Answer Posted / madhu
By giving
Try
{
any thing u want to give without exception
}
catch
{
here exception takes
}
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What permissions do asp.net applications posses by default?
How can we Validate a Controls in ASP.NET page using JavaScript?
When maintaining session through sql server, what is the impact of read and write operation on session objects?
How do u declare static variable and how it is declared and what is its lifetime?
Describe the disadvantage of cookies.
Why is the standalone environment only useful during the development process?
Tell me what is the request flow used for asp.net mvc framework? : asp.net mvc
Explain how caching in asp.net 2.0 is different from caching in asp.net 1.1?
What is difference between web config and global asax?
What are validator? Name the validation controls in asp.net? How do you disable them?
What are the server control tags in asp.net.?
How is it possible for .NET to support many languages?
What is the difference between user control and custom control?
To load your generated dataset with data which method do you invoke?
What parameters can you pass in the url of the api?