- OnInit event used to create controls of web part
- CreateChildControls event used to set properties and default values
- OnPreRender event used to set up business logic related work and in this routine controls value kept by viewstate
- Render event used to create HTML and write that HTML on web page
Sharepoint Web part Life Cycle
August 5, 2008 by Muhammad Adnan





Thanks for the quick overview. This is exactly what I was looking for.