You can use server controls (or HTML controls with runat="server") to get client-side generated information back to the server. I have many client rich controls that perform actions on the client side and populate hidden form fields to send information back to the server. That what I have found to best solve this problem.
-
Peter