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
What are the server controls in asp.net?
In which situation can you not use a viewstate?
What is an asp.net web form?
What are the versions of garbage collection?
Is redux flux?
Explain why datareader is useful?
What is the typical session identifier?
How can you register a custom server control to a web page?
What is content page in asp net?
Which ASP.NET configuration options are supported in the ASP.NET implementation on the shared web hosting platform?
Can we create a multiple user simultaneously ?
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)
What are HTTP handlers in ASP.NET?
Can the validation occurs in server-side or client-side? If the validation occurs why should we do?
What is the difference between union and structure?