ATLAS and Client Control to Server Control communications
Posted by: Rick Strahls WebLog,
on 12 Sep 2006 |
View original | Bookmarked: 0 time(s)
I’ve been tinkering with various ideas for messaging type controls when working with ATLAS controls that can use client side code to get more data from the server.
Right now you can do this sort of thing fairly easily by either using the WebServices bridge, or the PageMethods mechanism (which exposes Page methods to the client code in a way similar to Web Service method calls). The problem with this approach is that it doesn’t work well for a control developer.
If...