473,395 Members | 1,756 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

changing cursor

how do you change the cursor in Asp.Net?

in windows app's i just used me.Cursor = Cursors.WaitCursor but it aint available in ASP.net
Nov 19 '05 #1
5 1865
It is available with css style rule cursor. Like cursor:hand;

Eliyahu

"Craig G" <craig.gamble@y_arrasoftware.com> wrote in message news:OJ**************@TK2MSFTNGP14.phx.gbl...
how do you change the cursor in Asp.Net?

in windows app's i just used me.Cursor = Cursors.WaitCursor but it aint available in ASP.net
Nov 19 '05 #2
i havent a clue what you mean!!

"Eliyahu Goldin" <re*************@monarchmed.com> wrote in message news:et**************@TK2MSFTNGP09.phx.gbl...
It is available with css style rule cursor. Like cursor:hand;

Eliyahu

"Craig G" <craig.gamble@y_arrasoftware.com> wrote in message news:OJ**************@TK2MSFTNGP14.phx.gbl...
how do you change the cursor in Asp.Net?

in windows app's i just used me.Cursor = Cursors.WaitCursor but it aint available in ASP.net
Nov 19 '05 #3
ASP.NET is for web design. And CSS styles is one of basic concepts in web design. You have to familiarize yourself with it.

Eliyahu

"Craig G" <craig.gamble@y_arrasoftware.com> wrote in message news:eY*************@TK2MSFTNGP15.phx.gbl...
i havent a clue what you mean!!

"Eliyahu Goldin" <re*************@monarchmed.com> wrote in message news:et**************@TK2MSFTNGP09.phx.gbl...
It is available with css style rule cursor. Like cursor:hand;

Eliyahu

"Craig G" <craig.gamble@y_arrasoftware.com> wrote in message news:OJ**************@TK2MSFTNGP14.phx.gbl...
how do you change the cursor in Asp.Net?

in windows app's i just used me.Cursor = Cursors.WaitCursor but it aint available in ASP.net
Nov 19 '05 #4
aye i know all about the CSS but havent ever used it for anything like this. only for setting labels n textboxes etc

so i now have the following in the CSS also

..yarCursorWait
{
cursor:wait;
}

..yarCursorNorm
{
cursor:default
}

but how do i go about setting the cursor to yarCursorWait when an execute button is pressed and then setting it default after the process has ended

"Eliyahu Goldin" <re*************@monarchmed.com> wrote in message news:O%****************@tk2msftngp13.phx.gbl...
ASP.NET is for web design. And CSS styles is one of basic concepts in web design. You have to familiarize yourself with it.

Eliyahu

"Craig G" <craig.gamble@y_arrasoftware.com> wrote in message news:eY*************@TK2MSFTNGP15.phx.gbl...
i havent a clue what you mean!!

"Eliyahu Goldin" <re*************@monarchmed.com> wrote in message news:et**************@TK2MSFTNGP09.phx.gbl...
It is available with css style rule cursor. Like cursor:hand;

Eliyahu

"Craig G" <craig.gamble@y_arrasoftware.com> wrote in message news:OJ**************@TK2MSFTNGP14.phx.gbl...
how do you change the cursor in Asp.Net?

in windows app's i just used me.Cursor = Cursors.WaitCursor but it aint available in ASP.net
Nov 19 '05 #5
See http://www.echoecho.com/csscursors.htm
for a quickie -get-up-to-speed tutorial
on using styles to change cursors.

Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
=====================

"Craig G" <craig.gamble@y_arrasoftware.com> wrote in message
news:eY*************@TK2MSFTNGP15.phx.gbl...
i havent a clue what you mean!!

"Eliyahu Goldin" <re*************@monarchmed.com> wrote in message
news:et**************@TK2MSFTNGP09.phx.gbl...
It is available with css style rule cursor. Like cursor:hand;

Eliyahu

"Craig G" <craig.gamble@y_arrasoftware.com> wrote in message
news:OJ**************@TK2MSFTNGP14.phx.gbl...
how do you change the cursor in Asp.Net?

in windows app's i just used me.Cursor = Cursors.WaitCursor but it aint
available in ASP.net

Nov 19 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Videos 4 Sale | last post by:
Would you know how to change the look of a mouse pointer on a web page. On the page I have the mouse pointer is exactly as I have at work.... white. But what I want to do is change the look of it...
3
by: Geoff Soper | last post by:
I'm trying to dynamically change the cursor of a couple of maps over an image. Basically the image is in an online photo system where there is a rotate mode. In this mode clicking on the left or...
2
by: malbanese | last post by:
I am building an ASP.Net application that occasionaly "stalls" while running a server side process like a large database update. During this tine the user does not get any feedback as to what is...
3
by: Tim | last post by:
Hi, How would I go about changing the windows mouse cursor ? (Not the mouse cursor on a form...but the actual mouse cursor in windows..) Any ideas would be greatly appreciated Thanks, Tim
2
by: Dave | last post by:
Is there a way to enlarge the text cursor? We need to make it a bit wider to improve visibility and we cannot find any information about this. Many, MANY thanks in advance!
2
by: Jim Frazer | last post by:
Hi, I'm working on an application in C# that will allow the user to create simple CAD drawings on a CEPC system. I would like to be able to change the cursor shape depending on the drawing mode...
5
by: mcraven.2 | last post by:
I know this works on all objects except drop down boxes. doc = document.all for (i=0;i<doc.length;i++) { doc(i).style.cursor = 'wait'; } Is it possible to make a cursor into an hourglass...
3
by: fbergroth | last post by:
Hi, I'm quite new to C# allthough I've been programming in other languages for quite a while. I'd like to change the blinking cursor inside a TextBox, I guess I must derive the class and...
0
by: IanWright | last post by:
I'm trying to change the cursor that appears on a standard ListView when the cursor appears over an item. However I am getting a flickering effect as the mouse is changed to a finger cursor, and then...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.