Change mouse pointer

  • Thread starter Thread starter Oscar
  • Start date Start date
O

Oscar

Hello!!!!

Does anyone know how to change the mouse cursor (from "auto" to "wait"
for exemple) in the server-side of our ASP.NET page?

Thanks!!!!
 
I would try using some client side JavaScript to modify the CSS formatting
for the body of the page. I'm not sure what option you would use for the
"wait" (it might actually be wait) but you would change the cursor attribute
in your CSS.
 
Back
Top