I’ve been messing around with post back handler in ASP.NET today, and I found out a few points of interest. Firstly, a description of the two interfaces used with server controls to handle post backs: IPostBackEventHandler – Implemented by server controls that wish to handle post back events. The RaisePostBackEvent method is invoked by the [...]
Archive for August 2nd, 2005
IPostBackDataHandler and IPostBackEventHandler
Posted in Everything, Software Development, tagged ASP.NET, Code on August 2, 2005 | 8 Comments »
