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
What is css in asp.net?
Briefly describe the role of global.asax?
What are asp.net web forms?
Define static constructor?
What are all the various Estimation Techniques available ?
Is asp.net still used?
In how many ways we can retrieve table records count?
What are app services?
explain code with multi inhertance
What are ASP.NET Web Forms? How is this technology different than what is available though ASP?
What is HTTPModule and HTTPcontext? What is the use of each?
Disable browser cache for entire ASP.NET website?
What is the difference between response.redirect and server.transfer?
Do you know about caching with the datasource controls?
Which ASP.NET configuration options are supported in the ASP.NET implementation on the shared web hosting platform?