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
How many types of cookies are available in asp?
What is the main difference between Asp.net and Vb.net?
What is data reader in asp.net?
Define data caching?
If you are using two select queries and retrieving data. how do you access second query's result set using data reader?
What is the difference between page-level caching and fragment caching?
What does aspcompat="true" mean?
Define the types of configuration files.
What is simple data binding?
What does passport and windows authentication mean in ASP.NET?
How would you get asp.net running in apache web servers? Explain it's limitations.
Define web services in asp.net.
Explain what benefit does your code receive if you decorate it with attributes demanding specific security permissions?
Can you change a master page dynamically at runtime? How?
How you will improve web application performance?