How can we Handle Errors in MVC Application If The Exception Handling Is Written in Stored Procedure

Posted by Kasani007 under ASP.NET MVC on 8/3/2014 | Points: 10 | Views : 1409 | Status : [Member] | Replies : 1
How can we Handle Errors in MVC Application If The Exception Handling Is Written in Stored Procedure




Responses

Posted by: Bandi on: 8/4/2014 [Member] [MVP] Platinum | Points: 25

Up
0
Down
1. Return back the error message from Stored Procedure as OUTPUT parameter
2. Display customized error message to the user through front-end app...


http://www.codeguru.com/csharp/.net/net_asp/mvc/handling-errors-in-asp.net-mvc-applications.htm
http://forums.asp.net/t/1945462.aspx?How+to+display+error+message+using+stored+procedure+
http://www.c-sharpcorner.com/UploadFile/ff2f08/exception-or-error-handling-in-Asp-Net-mvc-using-handleerror/

Mark This Response as Answer
--
Chandu
http://www.dotnetfunda.com/images/dnfmvp.gif

Kasani007, if this helps please login to Mark As Answer. | Alert Moderator

Login to post response