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
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.