getting Co-ordinates
ASP.NET
4
Posts
3
Posters
0
Views
1
Watching
-
how to get the co-ordinates of a canvas in ASP.Net(without using Javascript) in .Net 2005 Rohit
-
thanks for the response.. canvas is basically used for drawing in a web form... justleave that.. can u tell me how to get mouse events in a webform without using javascript.. Rohit
There is no other way to get mouse events but scripting. ASP.NET is the serverside code. It renders the page with the scripting and from there on doesn't have any control of what happens on the client side. All actions on client side are scripting. regards, Mircea Many people spend their life going to sleep when they’re not sleepy and waking up while they still are.