callback to asp.net webpage

apfan

New Member
i have a wcf client and server , where the server can callback to the client. This works perfect. I am trying to do the same with a web page. The callback method is empty for now i.e it does nothing. If i put a breakpoint on it i can see it is being called. However the website just logs the user out. I have no idea why. Is there something different that i need to do to get a callback to a webpage. I have searched the net and someone mentioned that the page once a button is pressed is reloaded and hence now "lost". So the callback cant work. is this the case or am i missing something? if so how do i do this?
 
Back
Top