Answer Posted / nagaraj
Catch(Exception) means that you catch all the exception
which might not occur. But, really we need to catch only
some type of exception, so we need to catch only those type
instead of catching all the exceptions.
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is preprocessor in .net? Where it use?
What is view state management in asp net?
Difference between response.redirect and server.transfer?
Is asp.net different from asp? If yes, explain how?
How much is the pay-for-use service if I chose not to use microsoft-sponsored advertising?
In asp.net, how can you validate drop down box?
What is the difference between session and viewstate in asp.net?
What is full trust in asp.net?
What is the importance of aspnet_isapi.dll, inetinfo.exe andaspnet_wp.exe in the page loading process.
For which does this Codebehind="MyCode.aspx.cs" is relevent to ?
What is AutoPostback?
How can u deifne the benefits and limitation of using Viewstate for state management?
List the advantages and disadvantages of user control an custom control?
What is asp.net and ado net?
Give a few examples of page life cycle events.