Answer Posted / senthil kumar
try
{
//set of code
}
catch(Exception1 e)
{
//error display
}
catch(Exception2 e)
{
//error display
}
finally
{
//compulsory execution will be done here
}
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How does output caching work in ASP.NET?
If I am developing an application that must accomodate multiple security levels though secure login and my asp.net web application is spanned across three web-servers (using round-robin load balancing). What would be the best approach to maintain login-in state for the users?
What describes a query?
How can u debug your .net application?
Mention few asp.net validators.
Explain the difference between an exe and a dll?
What is the difference between equals() and == in c#?
What is HTTPModule and HTTPcontext? What is the use of each?
Where are session variables stored?
What is the concept of postback in asp.net?
What is advantage of code behind coding in ASP.NET?
What are the differences between application object and session object?
How can we Validate a Controls in ASP.NET page using JavaScript?
What is in a session cookie?
What is viewstate? What does the “enableviewstate” property do?