views:

199

answers:

0

Hi,

I've got an ASPX application that has lots of details split up into tabs by using a MultiView control.

The problem I have now is that the user wants a summary page that displays all the information in a single page (typical!). Is there a way of getting MultiView to display all of its pages at the same time?

I've tried going through all the items in the "Views" collection but it raises an exception stating that you can only set the visibility on a view by setting the MultiView ActiveViewIndex property, fair enough.

The only other option I can see is to create a customised MultiView control, but there's no budget left for that.

Has anyone had to do this before and if so, how?

Cheers, Dan.