Equivalent of System.Windows.Forms.Cursor in Web Application(Asp.Net)
- by Vishwa
Hi
I have a code in windows application now i am trying to implement in web
Application but it is showimg that it ths no cursor class
(System.Windows.Forms.Cursor )so..wat is the equivalent in web application.
Here is my code
private void btnGo_Click(System.Object sender, System.EventArgs e)
{
this.Cursor =…