Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7822055
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T07:49:12+00:00 2026-06-02T07:49:12+00:00

I am looking to create a multi level drop down menu in asp.net using

  • 0

I am looking to create a multi level drop down menu in asp.net using c# for a composite control. Does anyone know, or know any pointers on how to create it?

I’ve looked at system.ui.webcontrols.menu, but I don’t think this offers the functionality I require. Ideally it should be as simple as possible. It doesn’t have to use hover effects of css as it will use an onclick to make the drop down fire.

Any pointers would be appreciated.

I am open to jQuery options aslong as they are quite simple, and easily modifiable.

Thanks again.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-02T07:49:13+00:00Added an answer on June 2, 2026 at 7:49 am

    If you want an easy menu without on hover effects i would suggest the use of the Menu control. 😛
    However, otherwise the easiest way would be using CSS and html. A normal list or something.


    Example ASP menu with/without submenu.

    <asp:Menu ID="Menu1" runat="server" >
    <Items>
    
    /*Single depth without subs*/
    <asp:MenuItem value="aa" Selectable="true" NavigateUrl="~/Pages/aa.aspx" text="aa">
    
    /*Single depth with subs*/
    <asp:MenuItem NavigateUrl="~/Pages/xx.aspx" Text="xx" Value="xx" Selectable="true">
    <asp:MenuItem NavigateUrl="~/Pages/yy.aspx" Text="yy" Value="yy" Selectable="true"></asp:MenuItem>
    <asp:MenuItem NavigateUrl="~/Pages/zz.aspx" Text="zz" Value="zz" Selectable="true"></asp:MenuItem>
    </asp:MenuItem>                    
    </Items>
    </asp:Menu>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm looking to create a fairly large-scale ASP.NET MVC project and I want to
I am planning to create a multi select drop down or multi select check
I am trying to build a multi-level dropdrown menu, I'm using umbraco cms. What
Im looking to create a control that would look like comic baloon. In WPF
I am looking to create a menu bar with a specic type of action
I'm looking to implement a multiple file uploader in my ASP.NET 3.5 site. Now,
I'm looking to create a multi-select dropdown listbox in GWT, but I'm not sure
I'm looking for a simple way to create a user multi-parameter receiving function, Here's
Does anyone know of a Python equivalent for FMPP the text file preprocessor? Follow
I looking to create a custom calender with Zend Framework, I am hoping that

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.