How do you change the cursor state in a web application in c#?
I have searched and cannot find anything.
Do you have to use System.Windows.Forms ??
Thanks,
Jenny
Printable View
How do you change the cursor state in a web application in c#?
I have searched and cannot find anything.
Do you have to use System.Windows.Forms ??
Thanks,
Jenny
Hello,
Your cursor question sounds a lot like my 1st problem in my post from yesterday. You can find it here:
I tried using the Windows Forms class, but I got an error message indicating that it was inaccessible from ASP.NET. The Windows Forms class has an AcceptButton function which sounds like exactly what I need on my form, but there doesn't seem to be a Web equivalent of this function in an HTML form.
Good luck...
Dan
Hello,
Your cursor question sounds a lot like my 1st problem in my post from yesterday. You can find it here:
I tried using the Windows Form class, but I got an error message indicating that it was inaccessible from ASP.NET. The Windows Form class has an AcceptButton function which sounds like exactly what I need on my form, but there doesn't seem to be a Web equivalent of this function in an HTML form.
Good luck...
Dan