when the server control property is set?

R

Ryan

Hi,

I develop a server control, defind some properties, and they can be set in
makeup file.

I'd like to know when those properties are set in the page/server life
cycle? How to deal with the situlation that one property based on another
property value or dynamically load an other control inside my composite
server control based on property set in xml file.

Thanks a lot!
 
B

bruce barker

a control is created and the properties set in FrameworkInitialize()
overload of the .aspx, .master, or .ascx that hosts them. this is called
before any page lifecycle events are called.

-- bruce (sqlwork.com)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,070
Latest member
BiogenixGummies

Latest Threads

Top