I have been heavy into doing AJAX control development. The one thing that I can't seem to find any information about is callbacks in an ASP.NET AJAX Server Control. In terms of "callbacks" I've found:
ICallbackEventHandler - Pre- ASP.NET AJAX technology, although is used in AJAX controls (e.g. the AJAX Control Toolkit's Rating control)
Web Services - Is an issue since the service isn't part of the control. I don't want to have to include an asmx page in an app that uses my control; plus it really doesn't make sense
Am I missing something? Is ICallbackEventHandler the correct way to handle callbacks in an AJAX control? Is there something new in .NET 3.5 that will take it's place?
-Damien
hello.
well, i think there really isn't anything new here.if you're just trying to run some server logic associated with a control, then ICallbackEventhandler is the way to go.
No comments:
Post a Comment