Changing visibility of controls

Unrendered, initially invisible controls cannot be changed to visible in OnAsync events. An invisble control can be set to visible again by ensuring that the RenderInvisibleControls property of the container is set to true. In this way, your OnAsync events will work without IW having to refresh the page.