tags:

views:

23

answers:

2

Hi i just want my horizontal menus to be display in the every page of the website...how to do that? Thanks

+4  A: 

One solution is to put them in your master page.

RedFilter
Thank you very much..I will try it
jenifa
A: 

Use a master page as RedFilter suggested. If that's not an option, put your menu in a user control and include it on each page.

Chuck
Thank u very much..I will try it..
jenifa