Feeds:
Posts
Comments

Archive for August, 2008

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

Read Full Post »

?
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 [...]

Read Full Post »

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, [...]

Read Full Post »