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. mouse events

mouse events

Scheduled Pinned Locked Moved ASP.NET
designtutorial
3 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.
  • W Offline
    W Offline
    waheed awan
    wrote on last edited by
    #1

    i have used web.ui button on my web page but i am not able how to put an event handler for mouseenter as we use for system.windows.forms.button thanx

    F V 2 Replies Last reply
    0
    • W waheed awan

      i have used web.ui button on my web page but i am not able how to put an event handler for mouseenter as we use for system.windows.forms.button thanx

      F Offline
      F Offline
      Fred_Smith
      wrote on last edited by
      #2

      mouseenter? If you want to add client-side attributes to a web server control, you must use Attributes.Add( attributename, javascriptcode ) in your code-behind. eg: Button1.Attributes.Add("onclick", "alert('Ouch!'") Fred

      1 Reply Last reply
      0
      • W waheed awan

        i have used web.ui button on my web page but i am not able how to put an event handler for mouseenter as we use for system.windows.forms.button thanx

        V Offline
        V Offline
        Vasudevan Deepak Kumar
        wrote on last edited by
        #3

        Mouse Events are handled form JavaScript on a webpage. http://www.quirksmode.org/js/events_mouse.html[^]

        Vasudevan Deepak Kumar Personal Homepage Tech Gossips

        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