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. ASP Panel

ASP Panel

Scheduled Pinned Locked Moved ASP.NET
csharpasp-nethelpquestion
4 Posts 3 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.
  • M Offline
    M Offline
    Munteanu Ciprian
    wrote on last edited by
    #1

    Hi! I have a few problems. I have a panel and I want to implement the "mouse_over" method. I managed to implement the "mouse_click" method, because as you know asp.net doesn't provide these methods for a Panel. And also I would like to change the mouse sensitivity while my mouse is over the panel. Can anyone help me please? Any idea is appreciated..

    P M 2 Replies Last reply
    0
    • M Munteanu Ciprian

      Hi! I have a few problems. I have a panel and I want to implement the "mouse_over" method. I managed to implement the "mouse_click" method, because as you know asp.net doesn't provide these methods for a Panel. And also I would like to change the mouse sensitivity while my mouse is over the panel. Can anyone help me please? Any idea is appreciated..

      P Offline
      P Offline
      Petr Pechovic
      wrote on last edited by
      #2

      Hi, ASP.NET panel is rendered as DIV. See DIV element specification here: http://www.w3schools.com/tags/tag_DIV.asp[^] there is the table "Event Attributes". Onmouseover is what you are looking for.

      Petr Pechovic my latest articles: Web Page Loading in Steps - ASP.NET Solution[^] Buttons, Message Box and Confirm Box in ASP.NET 3.5[^]

      1 Reply Last reply
      0
      • M Munteanu Ciprian

        Hi! I have a few problems. I have a panel and I want to implement the "mouse_over" method. I managed to implement the "mouse_click" method, because as you know asp.net doesn't provide these methods for a Panel. And also I would like to change the mouse sensitivity while my mouse is over the panel. Can anyone help me please? Any idea is appreciated..

        M Offline
        M Offline
        meeram395
        wrote on last edited by
        #3

        As Petr said, use the DIV tag instead of ASP:Panel. Sometimes panel will not work properly in some browsers, eg.IE8

        Success is the good fortune that comes from aspiration, desperation, perspiration and inspiration.

        P 1 Reply Last reply
        0
        • M meeram395

          As Petr said, use the DIV tag instead of ASP:Panel. Sometimes panel will not work properly in some browsers, eg.IE8

          Success is the good fortune that comes from aspiration, desperation, perspiration and inspiration.

          P Offline
          P Offline
          Petr Pechovic
          wrote on last edited by
          #4

          Hi, I just write one more comment if I may :)... ASP.NET Panel is DIV. It is rendered as DIV element into DOM. You can use it, there is no doubt about it. Even though there is no intellisense in VS for "onmouseover" it will works well.

          Petr Pechovic

          my latest articles:
          Web Page Loading in Steps - ASP.NET Solution[^]
          Buttons, Message Box and Confirm Box in ASP.NET 3.5[^]

          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