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

What are the server controls in asp.net?

1001


In which situation can you not use a viewstate?

999


What is an asp.net web form?

1153


What are the versions of garbage collection?

1950


Is redux flux?

1002


Explain why datareader is useful?

1040


What is the typical session identifier?

1103


How can you register a custom server control to a web page?

1025


What is content page in asp net?

997


Which ASP.NET configuration options are supported in the ASP.NET implementation on the shared web hosting platform?

1157


Can we create a multiple user simultaneously ?

1183


I am trying to implement sorting facility from client side code in GridView Control. So how can I fill up an Array inside client side code (using JavaScript), i want to assign my DataSet object declared and filled up on Server side(in code behind) to the array (on client side)

2044


What are HTTP handlers in ASP.NET?

1143


Can the validation occurs in server-side or client-side? If the validation occurs why should we do?

1092


What is the difference between union and structure?

1002