Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
298
How to handle server side exception during ajax
posted

Hello,

I am using a AutoCRUD="False" and EnableAjax="True" in my WebDataGrid. Now, Whenever the updating process throws an exception it will just show an alert window containg the whole "ToString" property of the exception object, I wonder if there's another way to handle this.

I've find this article 

http://help.infragistics.com/Help/NetAdvantage/ASPNET/2010.1/CLR3.5/html/WebDataGrid_Handling_Server_Side_Exceptions_Using_AJAX.html

But it seems that the methods are deprecated, notice the build version in that article is 2010.1 , I'm using  2010.3.

I hope someone could help me to handle server side exception alternatively.

Thanks and Best Regards,

Sherwin