call back in asp .net 1.1
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
-
The samples and discussions on client callback ignores one big issue for me. They all POST to the same page; therefore, there is no speed benefit since all Request, Page, and UserControls/CompositeControls initializations are being called. I scrapped my ClientCallBack and use XMLHttpRequest instead and redirect the request to a Generic Handler page. I still need to bypass Request event handler by checking if the request is intended for the the ashx page. Dan Satria Principal Consultant Graha Logica, Inc.