Hi I am using an aspx page and on a button click, i want to access mousepointer. Any ideas on how to do it ? I can't access System.Windows as its a webform
You cant simply because your not on a desktop environment. Your going to
have to check this in script on the client itself and then maybe postback to
the server etc.
Imran said:
Hi I am using an aspx page and on a button click, i want to access
You cant simply because your not on a desktop environment. Your going t
have to check this in script on the client itself and then maybe postback t
the server etc
Imran said:
Hi I am using an aspx page and on a button click, i want to acces