I am Ravi Bohra. I have much interest in ASP.NET but I am facing many problem. Please help me.
I am facing problem in mouse events.
Collapse
X
-
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.
-FrinnyComment
Comment