Improvement of menu in Asp.net 4.0

Source: Internet
Author: User
In Asp.net 3.5, if menucontrol is used, the table format is used, that is:

<Asp: menu id = "mycustommenu" runat = "server">

<Items>

<Asp: menuitem text = "menu1" value = "menu1"> </ASP: menuitem>

<Asp: menuitem text = "menu2" value = "menu2"> </ASP: menuitem>

<Asp: menuitem text = "menu3" value = "menu3"> </ASP: menuitem>

<Asp: menuitem text = "menu4" value = "menu4"> </ASP: menuitem>

</Items>

</ASP: menu>

It will generate the table method. Of course this is not very good, because it is now in the DIV and CSS era, to Asp.net 4

Then, the effect of all menucontrol is Div CSS:

If you still stick to the old method, you can

Renderingmode = table.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.