I have a page in which there are 2 api consumed by using C# . Now the problem is that if the Internet get didconnected for a second the page is displayed with no data. The page is dispayed in other application in DIV which passes some value in URL. The operator do not refresh the page.
Now I need a way to call the Api till the data is not fetched, if the internet is the problem then it should dipaly the message after some tries.
Thanks