invisible controls (control.visible=false)

  • Thread starter Thread starter Andy B
  • Start date Start date
A

Andy B

Sorry for the dense and simple question. Do controls that have the visible
property set to false take up any realestate on the browser window and
appear like they don't even exist? Or are they still there taking up space
but can't be seen?
 
their render routine is not called, so their html is not included in the
browser response.

-- bruce (sqlwork.com)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top