hey guys, i am using AJAX + Web Services in ASP.NET on the client side to get some data off the server and when i loose internet connection on when something happens i get this error stating that the server method failed. this error is a standard alert() popup generated by ScriptManager or something because my scripts arent producing them for sure.
now i tried wrapping the webservice call in my JavaScript with Try/Catch but it doesnt seem to work and the error still pops up.
any help is appreciated, i am sure i am missing someting stupid here :)
Start Free Trial