Link to home
Start Free TrialLog in
Avatar of Saumil
Saumil

asked on

Order of execution - ASP.NET/Sharepoint

Hi,

I am new to ASP.NET and Sharepoint WebPart development:

Can someone let me know the order of execution for the following methods when a web page or a web part (specifically in this case) is rendered on client browser:

renderwebpart()
createchildcontrols()

Is it right to say that when a webpart/webpage is displayed, .NET automatically invokes first the createchildcontrols() method and then the renderwebpart() method?

Thanks for you help,

-Saumil.
ASKER CERTIFIED SOLUTION
Avatar of lesmantec
lesmantec

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial