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
Archive for the ‘Web parts’ Category
Sharepoint Web part Life Cycle
Posted in Web parts, tagged sharepoint web part on August 5, 2008 | 1 Comment »
Web Parts? How to create Web Part for Sharepoint
Posted in Sharepoint, Web parts, tagged Sharepoint, Web parts on August 3, 2008 | Leave a Comment »
?
Web part(s) used to give consistent, easy to navigate, easy customization and personalization. Web parts can divide web page into multiple parts like you want your page to show different inter-related features like entertainment news, weather news, sports news, business news.
There are 3 types of web parts.
asp.net web part (inherit from asp.net 2.0+ web part [...]




