view state variable in composite control

VBAHole22

Contributor
Joined
Oct 21, 2003
Messages
432
Location
VA
I have a composite control that contains another composite control. I would like for the user to set a public property on the parent control and then i want to access that property down in the child composite control.

I thought that if I set a viewstate variable in the parent that i could pluck it out in the child control by refering to it by the same name. Didn't work.

Any suggestions?
 
Back
Top