
Signature
Mark Rae
ASP.NET MVP
http://www.markrae.net
Mark,
>> But I'm trying to determine the best way to display navigation for each
>> type of user. I'd like to use a common master page. Does anyone have any
[quoted text clipped - 3 lines]
> If the three menus are similar enough, I'd just have one which you then
> amend as necessary as the MasterPage gets loaded by the content pages...
Each of the three menus would probably have a completely different set of
links/pages. Is that what you meant by "similar?"
Do you not really see the ASP.NET navigation controls being helpful for
this?
> Again, it depends how different the functionality is between the three
> types - I guess it would have to be *really* different to justify separate
> folders - at that point, you may as well have separate sites, as it's
> tantamount to the same thing...
They will be similar to three separate sites except A) All will be at the
same domain, and B) each will share the same master page and look and feel.
Thanks.

Signature
Jonathan Wood
SoftCircuits Programming
http://www.softcircuits.com
Mark Rae [MVP] - 04 Nov 2007 19:26 GMT
>> If the three menus are similar enough, I'd just have one which you then
>> amend as necessary as the MasterPage gets loaded by the content pages...
>
> Each of the three menus would probably have a completely different set of
> links/pages. Is that what you meant by "similar?"
In that case, I'd probably use three separate <asp:Menu /> controls, hiding
any two of them as required...
> Do you not really see the ASP.NET navigation controls being helpful for
> this?
???
>> Again, it depends how different the functionality is between the three
>> types - I guess it would have to be *really* different to justify
[quoted text clipped - 4 lines]
> same domain, and B) each will share the same master page and look and
> feel.
I guess then it might make sense to have them as separate folders - it would
certainly help maintainability...

Signature
Mark Rae
ASP.NET MVP
http://www.markrae.net
Jonathan Wood - 04 Nov 2007 20:53 GMT
Mark,
> In that case, I'd probably use three separate <asp:Menu /> controls,
> hiding any two of them as required...
That might be something to try.
I was thinking the ASP.NET navigation controls might have stuff for showing
different selections based on the role of the current user. But I'm not sure
where I picked up that thought.
Thanks.

Signature
Jonathan Wood
SoftCircuits Programming
http://www.softcircuits.com