Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

How can u handle Exceptions in Asp.Net?

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


Please Help Members By Posting Answers For Below Questions

How does output caching work in ASP.NET?

935


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?

1080


What describes a query?

919


How can u debug your .net application?

1066


Mention few asp.net validators.

1007


Explain the difference between an exe and a dll?

1001


What is the difference between equals() and == in c#?

1005


What is HTTPModule and HTTPcontext? What is the use of each?

2584


Where are session variables stored?

955


What is the concept of postback in asp.net?

1035


What is advantage of code behind coding in ASP.NET?

1025


What are the differences between application object and session object?

995


How can we Validate a Controls in ASP.NET page using JavaScript?

1182


What is in a session cookie?

968


What is viewstate? What does the “enableviewstate” property do?

915