G
Green
Hi,
I have an user control. And normally you can set the property of the user
control so as to send the information of the page to the user control like
below:
<TagPrefix: TagName id="***" property1="***" property2="***" ...> in the
aspx page, and in the user control you can pick those information up to do
something.
But it is kind of fixed solution. Can i dynamically do this?
My situation is:
I need to set a variant or property in the user control (ascx)
according to a value(in aspx) which will be decided at runtime of the aspx
page. How can i do this?
I appreciate in advance!!
I have an user control. And normally you can set the property of the user
control so as to send the information of the page to the user control like
below:
<TagPrefix: TagName id="***" property1="***" property2="***" ...> in the
aspx page, and in the user control you can pick those information up to do
something.
But it is kind of fixed solution. Can i dynamically do this?
My situation is:
I need to set a variant or property in the user control (ascx)
according to a value(in aspx) which will be decided at runtime of the aspx
page. How can i do this?
I appreciate in advance!!