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 August, 2008
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 [...]
Sharepoint Site Hierarchy
Posted in Hierarchy, Intro, tagged Sharepoint Site Hierarchy on August 2, 2008 | Leave a Comment »
Its not like that, You open Shaerpoint Central Administration, and could provision (create) web site. You need to follow hierarchy/architecture which is :
Create Web application (root level application)
Create Web site collection (to distinguish your site into multiple departments/categories like accounts, inventory, admin, … and to make administration easy)
Create web site (like your site has wiki, [...]




