Can we throw exception from catch block ?
Answer Posted / vamshi krishna
Try
{
//Implemented code
}
catch(ex)
{
alert(ex.message)
}
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
How do I create a web form?
What is the difference between session.abandon() vs clear()?
To load your generated dataset with data which method do you invoke?
What ports must be open for DCOM over a firewall? What is the purpose of Port 135?
What are the Difference between asp.net and asp ?
How to display validation messages in one control?
What is query string with example?
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 is postback request?
How can we prepairing Interview
What is the significance of proxy user?
i want to implement grid view value in paypal site. so how to create this code in asp.net with C#
What is http session state?
How dataadapter.fill works?
Difference between using directive vs using statement?