Click to See Complete Forum and Search --> : Cursors


JennyM
September 27th, 2002, 03:48 AM
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

dancolasanti
September 27th, 2002, 02:47 PM
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

dancolasanti
September 27th, 2002, 02:52 PM
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