I have a panel who's visible property is set to false and then becomes true on a certain event. My question is this: Even though the panel is invisible there is a big white space where the panel is to appear. How can I make it so when the panel is invisible there is know empty white space?
Thanks in advance.
there shouldnt be.
You must have some HTML wrapped around it that is displaying the space. Are you in a <TABLE> or something similar?
If your panel is within a <Table> tag try putting your panel tags on the outside of the <TR> tags.
You are correct, there shouldn't be and there isn't. I just realized that I had my panel inside a table and somehow the height of the table got set to some crazy number. Problem solved! Thank you guys for your time!
0 comments:
Post a Comment