I have two sitecollection A and B, i want to write a c# code on my webpart to read the topnavbar of sitecollection A at sitecollection B and display the same in ASPMenu control on site collection B.
So in nut shell my requirment is to display same menu accorss site collection in a webapplicaton and this should be dyanamically so when any new subsite added to any site collection all site collection will have the link at the same.
Thanks