If you are using components in your application, how can you
handle exceptions raised in a component ?
Answer Posted / karthik
use throw and catch to handle exception from component
| Is This Answer Correct ? | 2 Yes | 8 No |
Post New Answer View All Answers
How to answer for project questions..?
Explain covariance and contra-variance in .net framework 4.0. Give an example for each.
what is more complex to implement property, methods or event? how can I define criteria to compare the difficulty of implementation between them? for example the number of methods wanted to implements property is 2 methods. how many methods I need it to implements events?
What are advantages of Dependency Injection (DI) in ASP.Net MVC?
What are the 3 segments of the default route, that is present in an ASP.NET MVC application?
What is ViewData and TempData in ASP.Net MVC?
What is the meaning of unobtrusive javascript?
What are the levels at which filters can be applied in an asp.net mvc application?
Why to use Html.Partial in ASP.Net MVC?
List out few different return types of a controller action method?
What is latest version of .net framework?
What is the purpose of a web form?
What are Scaffold templates in ASP.Net MVC?
What is difference between Viewbag and Viewdata in ASP.NET MVC?
what is datacontrols?