Feeds:
Posts
Comments

Archive for the ‘Web parts’ Category

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 »