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. Didnt work.
Any suggestions?
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. Didnt work.
Any suggestions?