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 to use push notification?
What is another word for redirect?
Explain global assembly cache.
What is difference cookie and session?
Will the asp.net validators run in server side or client side?
What is ashx file in asp.net?
How does session state work in asp.net?
What are the benefits of Razor View?
What are the main differences between asp and asp.net?
Out of ASP or ASP.NET which one is stateless?
Explain about solution explorer window?
Can you explain autopostback?
What is difference between session and cookie?
For which does this Codebehind="MyCode.aspx.cs" is relevent to ?
What is the difference between viewstate and hidden field in asp.net?