ListControl is abstract class. It's subclasses - CheckBoxList, DDL,
ListBox, RadioButtonList -- all implement IPostBackDataHandler.
btw, make an explicit implementation of the methods. For example:
Private Sub
System.Web.UI.IPostBackDataHandler.RaisePostDataChangedEvent()
Implements IPostBackDataHandler.RaisePostDataChangedEvent
' Do whatever you want to.
End Sub
Cheers,
Gaurav Vaish
http://mastergaurav.org http://mastergaurav.blogspot.com ------------------------