Hi sir,
My Project is containing Web services...When internet is disconnected,I have to handle the web exceptions with out throwing any errors..Could you please tell me how to handle it? Kindly give me the solution for this problem.
put the webservice calling code in try catch and in catch put some mesage in label or donot need to do anything.
try{
call webservice //
}
catch(exception ex)
{
label1.txt="try again later ";