Click to See Complete Forum and Search --> : To get rid of AJAX.NET error message


nazgul27
September 13th, 2007, 10:16 AM
I am using AJAX.NET on my web page to download the latest updates from the server. Sometimes I get the following error message:

"The server method 'GetHeadlines' failed with the error: <h1>Service unavailable</h1>"

GetHeadlines is a web method in my web service. Usually this error pops up when there are some issues with the Internet.

How do I get rid of this message and keep requesting my webservice even if it's unavailable? I need to hide any error messages and keep going.

Thanks