how to write an moouse event in javascript
ASP.NET
4
Posts
2
Posters
0
Views
1
Watching
-
can any one give me the idea how to check the mouse double click event in javascript for asp.net...
there is an event onDblclick on Body. U may use that .. but note Double clicks itself generates a Onclick event.
Abhishek Sur
-
there is an event onDblclick on Body. U may use that .. but note Double clicks itself generates a Onclick event.
Abhishek Sur
-
actually i am using datalist and i want to check the items present in it is single click or double click when clicked on it...
you need to call the javascript to the control within it for those particular events...
Abhishek Sur