Client side
Below are some client side properties/methods common to all YUIAsp.Net controls which you might find usefull.
- OnClientBeforeInitialization handler - is called before the client YUI control is initialized.
- OnClientAfterInitialization handler - is called after the initialization of the YUI control.
- get_YUIControl() method - gets the instance of YUI control, so you can manipulate properties and methods that are not available in the YUIAsp.Net wrapper.