Link to home
Start Free TrialLog in
Avatar of deepPowdah
deepPowdahFlag for United States of America

asked on

ASP.net 3.5 SiteMap Object using non unique Web Pages

I'm using ASP.Net 3.5 Site Map to provide navigation in a Website I'm developing.  The URL of SIteNodes must be unique for the Site Map.  I would like to use the same web page in different SiteNodes.  For example I would like to include a Client Entry Node (ClientEntry.aspx) on a Orders Node because the user will need to enter clients when entering orders.  I would also like to include the Client Enty Node on the Client Maintenance Node.  

But ASP.Net doesn't like this.

Is there any way around this?  
ASKER CERTIFIED SOLUTION
Avatar of xav056
xav056

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 deepPowdah

ASKER

THanks