Hi , I want in my application to get page callback at evry some second without refreshing and i dont want to use Ajax in my application. Is there any way to Get this Functionality? Thanks In Advance. Plaese Reply As soon As Possible.
To do a callback/ postback the browser must make a post so your options are to refresh the whole page, refresh an ajax update panel or refresh a frame (iframe or otherwise)