I am facing problem in mouse events.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ravi6703
    New Member
    • Dec 2009
    • 2

    I am facing problem in mouse events.

    I am Ravi Bohra. I have much interest in ASP.NET but I am facing many problem. Please help me.
  • Frinavale
    Recognized Expert Expert
    • Oct 2006
    • 9749

    #2
    Well, if you want help with your problem you're going to have to tell us what the problem is....

    -Frinny

    Comment

    • ravi6703
      New Member
      • Dec 2009
      • 2

      #3
      Sir I have very less idea of Java Script which is used in write mouse events(over,up, click events). Please help in finding the script of that events.

      Comment

      • Frinavale
        Recognized Expert Expert
        • Oct 2006
        • 9749

        #4
        I see, you posted your question in the ASP.NET forum.
        In ASP.NET there are 2 mouse events: the client side mouse event that can be handled using JavaScript, and the server side mouse event which is handled by your C# or VB.NET code.

        Since you want help with the JavaScript mouse events I've moved your question to the JavaScript forum.

        Like I was saying, you can implement functions that handle client side mouse events. There are a couple of ways that you can do this.

        One way would be to state onclick="jsOnCl ickMethod". See this for an example of how to use the JavaScript onclick.


        -Frinny

        Comment

        Working...