Link to home
Start Free TrialLog in
Avatar of shanemay
shanemayFlag for United States of America

asked on

Dynamic MultiView asp.net

I have a page that dynamically creates GridViews based on user input, I would like to put each gridview in a "view" within a multiview so the page is not so cluttered.  I am not sure how to dynamically create a multiview with a menu so the user can "tab" between the views.  I understand how the controls work, I have never attempted to create it all manually before.  Any help would be greatly appreciated.  I am coding in C# asp.net 3.5.  Thank you for any help or guidance.
ASKER CERTIFIED SOLUTION
Avatar of Avodah
Avodah
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of shanemay

ASKER

Thank you for the response, that does put me on the right path, How might I add the menu to the multiview.  I can create the menu, I am just not sure how to associate it with the multiview.
Thank you, that is what I needed.  I was able to get the menu attached as well.