Show friendly message on ASP.NET Ajax error
- by balexandre
You all know how annoying is this:
I do have a log system and the correct error is well explicit there, but I want to give a better message to the user.
I keep trying several ways but I'm using Telerik components and well jQuery and I ended up using both ASP.NET Ajax methods and jQuery, so I use
function pageLoad() {
try {
var…