<asp:Menu>

  • Thread starter Thread starter Mark Rae
  • Start date Start date
M

Mark Rae

Hi,

I'm interested in what people think of the new <asp:Menu> control in
comparison to other 3rd-party menu controls. E.g. until v2, I used the AITOC
FlexMenu (http://www.aitoc.com/en/flex_menu_net.html) with no significant
problems. However, now that I've had a chance to evaluate the built-in
<asp:Menu> control, I find that it does everything I currently require.

I'm also interested to know if people are hardcoding the menu in the <Items
/> tag or creating the menu dynamically either from a (Xml) datasource or in
code?

Mark
 
I like the new menu control enough I created one for 1.1. More of an
exercise to use the same XML file to make a site easier to upgrade to 2.0.

Usually, I use XML in the directory, as the menu does not normally change
from deploy to deploy on the sites I am working on. I see dynamic generation
as a rarety, as you have a lot of flexibility in the XML.

--
Gregory A. Beamer

*************************************************
Think Outside the Box!
*************************************************
 
Back
Top