home / software / tips and tricks / ASP .net Menu in ASP 4.0/ ASP Menu using List Item.

ASP .net Menu in ASP 4.0/ ASP Menu using List Item.

Updated:  05/10/2011 11:05 AM
Author:  Shiju Mathews

Status:    Resolved.


Recently I modified one of my intranet projects in State Attorney's Office(www.sao13th.com) using the new asp Menu with RenderingMode ="List".

We found the following advantages by using the ‘List’ Option for RenderingMode.
Our menu has over a 100 submenu_item, distributed under 10 menu_item.
  • Page size reduced by 15- 20 KB.
  • Web page loading time reduced by 10% on a 50 kb page.
  • significant reduction in network traffic.
  • IIS performance improved up to 5%.

    Let us take a look at the Menu Control.


    Also we used CSS as follows.


    I suggest everybody to change the RenderingMode to “List” if you are using table cells for rendering. This Option is available from ASP.net 4.0 only.
  • Tags: ASP .net Menu in ASP 4.0/ ASP Menu using List Item.
    Updated on: April 2024