Could someone point me to a list of controls that implement IPostBackDataHandler?
I want to know what controls implement this interface and what properties the controls will set during the Postback.
For example:
Textbox : Text
DropDownList : SelectedIndex
I'm basically looking for a list of properties that will not be saved in ViewState.
Thanks!