I have a problem that I've been trying to figure out. I have several
controls on the page and depending on the selection on the drop down
list, the visibility is set to control to true (set to default
visibility to false) of some controls. What I want though is to make
the control go up if the visibility is set to true instead of
"stacked". I hope I'm explaining my problem correctly. I wanted to
make the controls more dynamic that is reflected when the visibility
is set to true state. Thanks everyone.
Dennis
Peter Bromberg [C# MVP] - 28 Jun 2007 20:22 GMT
Are you aware of the differences between the "display" and the "visibility"
attributes? They have different behavior.
-- Peter
Site: http://www.eggheadcafe.com
UnBlog: http://petesbloggerama.blogspot.com
BlogMetaFinder(BETA): http://www.blogmetafinder.com
> I have a problem that I've been trying to figure out. I have several
> controls on the page and depending on the selection on the drop down
[quoted text clipped - 6 lines]
>
> Dennis