Document Outline
Panel1
Content of Document Outline
Update panel states asynchronously ...
... without writing a single line of JavaScript!!!

Say, you want to auto-hide/pin a dock panel during an AJAX request, all you need to do is to set the DockingState property in the code-behind. The affected panel doesn't need to be wrapped inside an UpdatePanel. ZeeControls will detect the change, send it to the browser in the AJAX response, and update the panel's states accordingly.

Benefits: ease of programming, minimal network traffic.

(On this page, only the following panel with a blue border is an UpdatePanel.)

Panel ID 
DockingState
PreferredSize
ActiveTabIndex
 

If you prefer, you can use the Client API to update the states at the client-side.
Properties
Panel2
Content of Properties
Connection Properties
Panel3
Content of Connection Properties
References
Panel4
Content of References