Todo List
If a controls wants to load post data, it must implement IPostBackDataHandler.
void getValidationPropertyValue( )
boolean loadPostData( string $key, array &$values)
The implementation of this function can use $values[$key] to get the user input data that are meant for the particular control.
void raisePostDataChangedEvent( )
The implementation of this function should raise appropriate event(s) (e.g. OnTextChanged) indicating the control data is changed.