Feeds:
Posts
Comments

Posts Tagged ‘sharepoint web part’

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 »