I want to know complete life cycle of gridview control (control's life cycle) in context with the page life cycle.
What all events are fired. How the data gets bind (i mean which events are internally fired and when are they fired).
Actually i am looking to create the repository of complex custom controls (required in day to day life). Once i am aware of how the server control works(eg:- gridview control) i would be comfortable in creating custom controls.
Also please suggest some ideas as to what kinda custom controls are needed (eg:- custom pager control)