I followed an AJAX example using asp.net 2.0's ICallbackEventHandler. It appears to be working, however when I step through the code with the debugger I notice that the page_load event is firing everytime. This can't be correct can it?
Aren't the RaiseCallbackEvent and GetCallbackResult the only methods that need to be called here?
Thanks,
J
Aren't the RaiseCallbackEvent and GetCallbackResult the only methods that need to be called here?
Thanks,
J