mousepointer in webform

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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

Thanks
 
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
mousepointer. Any ideas on how to do it ? I can't access System.Windows as
its a webform.
 
ok, thanks for the inf

----- Alessandro Zifiglio wrote: ----

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
mousepointer. Any ideas on how to do it ? I can't access System.Windows a
its a webform
 
Back
Top