Tags: , , | Posted by Kevin Babcock on 5/14/2009 10:56 PM | Comments (5)
When creating a server control from scratch you must implement the IPostBackEventHandler interface if you want the control to handle postback events. If you’re extending an existing control and the control already implements this interface, then you simply need to override the IPostBackEventHa... [More]