How to redirect to custom page while partial view loading?
Hello Friends,
I need to implement exception handler in MVC application. Within the PartialViewResult Method I want to Redirect custom error page without layout page.
Can any one Suggest me...
Thanks