Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. How to design

How to design

Scheduled Pinned Locked Moved ASP.NET
designtutorialquestion
4 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Offline
    J Offline
    Jaymm
    wrote on last edited by
    #1

    Actually I want to design menu like.. When we put mouse pointer on that label, list of subcategory is shown. Just like in this website, put mouse pointer on "Articles" or "Message Boards", without clicking the list is shown. How to do that??:confused: Plzz reply me.. Thank you...... Regards, Jay

    N 1 Reply Last reply
    0
    • J Jaymm

      Actually I want to design menu like.. When we put mouse pointer on that label, list of subcategory is shown. Just like in this website, put mouse pointer on "Articles" or "Message Boards", without clicking the list is shown. How to do that??:confused: Plzz reply me.. Thank you...... Regards, Jay

      N Offline
      N Offline
      N a v a n e e t h
      wrote on last edited by
      #2

      This has nothing to do with ASP.NET. It is created with JS. Search for DHTML menu and you will get plenty of samples. :)

      Navaneeth How to use google | Ask smart questions

      R G 2 Replies Last reply
      0
      • N N a v a n e e t h

        This has nothing to do with ASP.NET. It is created with JS. Search for DHTML menu and you will get plenty of samples. :)

        Navaneeth How to use google | Ask smart questions

        R Offline
        R Offline
        Rabiya26
        wrote on last edited by
        #3

        You can do this using javascript. In image tag use the property onmouseover="javascript:ShowMenu()" function ShowMenu() { var menu = $find("%= mnuName.ClientID %"); if (menu) { var item = menu.findItemByText("Ur menu item name"); if (item) { item.open(); } else { alert("Item with text '" + item + "' not found."); } } }

        1 Reply Last reply
        0
        • N N a v a n e e t h

          This has nothing to do with ASP.NET. It is created with JS. Search for DHTML menu and you will get plenty of samples. :)

          Navaneeth How to use google | Ask smart questions

          G Offline
          G Offline
          Greg Chelstowski
          wrote on last edited by
          #4

          Erm, I beg to differ. What's wrong with the Menu control in ASP.NET? Unless he meant he really wanted to design a user control like the menu control, but I don't really see a point in reinventing the wheel.

          var question = (_2b || !(_2b));

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups