Visit our SharePoint Forum

SharePoint developer? Submit Yourself as Freelancer

Monday, October 27, 2008

WebPart Life cycle

1. protected override void OnInit(EventArgs e)
2. protected override void OnLoad(EventArgs e)
3. protected override void CreateChildControls()
4. protected override void LoadViewState(object savedState) //Only at Postback
5. protected override void OnPreRender(EventArgs e)
6. protected override void Render(System.Web.UI.HtmlTextWriter writer)
7. protected override void OnUnload(EventArgs e)
8. public override void Dispose()

2 comments:

Anonymous said...

Hi this is rajesh..
pls help me any one on this topics..
with procedure and coding...


1.interactive webpart
2creating webparts with custom properties
3custom menu webparts(menu items)

4.custom editor webparts
5.creating connectable webpart

Rajesh said...

Hi this is rajesh,

pls help me on this topics

using busing data catalogs(BDC)

SharePoint Programming