Books: Developing Microsoft ASP.NET Server Controls and Components Authors: Nikhil Kothari, Vandana Datye, Pages: 689, Published: 2002
ASP.NET in a Nutshell: A Desktop Quick Reference Authors: G. Andrew Duthie, Matthew MacDonald, Pages: 979, Published: 2003
Professional ASP.NET 2.0 Server Control and Component Development Authors: Shahram Khosravi, Pages: 1186, Published: 2006
Developing .NET Custom Controls and Designers Using Visual Basic .NET Authors: James Henry, Pages: 600, Published: 2005
Professional ASP.NET 2.0 Authors: Bill Evjen, Scott Hanselman, Farhan Muhammad, Srinivasa Sivakumar, Devin Rader, Pages: 1253, Published: 2005
ASP.NET AJAX Programmer's Reference: With ASP.NET 2.0 Or ASP.NET 3.5 Authors: Shahram Khosravi, Pages: 1522, Published: 2007
ASP.NET by Example Authors: Steven A. Smith, Pages: 527, Published: 2002
Professional ASP.NET 1.0: Updated and Tested for Final Release of ASP.NET V.1.0 Authors: Richard Anderson, Alex Homer, Dave Sussman, Karli Watson, Pages: 1354, Published: 2002
Designing Microsoft ASP.NET Applications Authors: Douglas J. Reilly, Pages: 402, Published: 2001
Pro ASP. Net 3. 5 Server Controls and AJAX Components Authors: Rob Cameron, Dale Michalk, Pages: 740, Published: 2008
Web:Software/Technology Discussion : IPostBackDataHandler and ... IPostBackDataHandler and IPostBackEventHandler. I've been messing around with post back handler in ASP.NET today, and I found out a few points of interest. ...
Joteke's Blog : IPostBackDataHandler and IPostBackEventHandler in ... Sep 26, 2005 ... In ASP.NET 1.1 if your custom control implemented both IPostBackDataHandler and IPostBackEventHandler interfaces, it had to manually call ...
IPostBackEventHandler - microsoft.public.dotnet.framework.aspnet ... public class MyCustomControl : WebControl, IPostBackEventHandler, IPostBackDataHandler { ....... void IPostBackEventHandler. ...
CodeProject: Myth Regarding ViewState in ASP.NET. Free source code ... Sep 6, 2006 ... Re: Controls which are not inherited IPostBackDataHandler/ IPostBackEventHandler , member, GuenaVan, 1:22 16 Aug '05 ...
Safari Books Online - 0735615829 - Developing Microsoft ASP.NET ... You have to implement IPostBackEventHandler and/or IPostBackDataHandler only when your control needs to participate in the appropriate processing phase. ...
Anatomy of a Server Control (Part 3) On the server side, any controls that implement either the IPostBackDataHandler or IPostBackEventHandler interface (meaning that they process or handle ...
PostBackControl Class Implements the IPostBackEventHandler and IPostBackDataHandler interfaces. ... Implements IPostBackEventHandler, IPostBackDataHandler ...
ASP.NET ViewState and IpostBackEventHandler Interface Nov 13, 2005 ... The IPostBackEventHandler interface is for controls that raise events such ... IpostBackDataHandler. Anshu Bhatia replied at 14-Nov-05 09:59 ...
TreeView Class (System.Web.UI.WebControls) [ControlValuePropertyAttribute("SelectedValue")] public class TreeView : HierarchicalDataBoundControl, IPostBackEventHandler, IPostBackDataHandler, ...
LoadPostData and Page.RegisterRequiresPostBack(this) question ... or change IPostBackEventHandler to IPostBackDataHandler. Lostinet (Li Jian Dai) .NET MVP http://www.lostinet.com/ for LWTree/DatePicker ...