|
I have a viewport in my masterpage. The north region has a header image, a RadMenu control, and a RadToolbar control. The other 4 regions have contentplaceholders that a content page can populate if needed. If a region is empty, I would like to hide it. How can I achieve this? Since the viewport is in a masterpage, it needs to be very flexible. I will have up to 50 pages in this website. There could be 10 pages that use center region only, 20 pages that use center and west, and etc. I want the content page to tell the masterpage which region to show.
|