S
sean.gilbertson
Hi!
I have a user control, and I want to set one of its
control's .Style("width") and .Style("left") dynamically, but I'm not
sure how to go about it. I have a handler for Me.PreRender, where I
do control.Style("width") = "100px" etc... But when the page is
rendered, there is no style="width:100px;". In fact, there is no
style attribute at all.
How do I go about doing this?
Thanks,
Sean
I have a user control, and I want to set one of its
control's .Style("width") and .Style("left") dynamically, but I'm not
sure how to go about it. I have a handler for Me.PreRender, where I
do control.Style("width") = "100px" etc... But when the page is
rendered, there is no style="width:100px;". In fact, there is no
style attribute at all.
How do I go about doing this?
Thanks,
Sean