Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Web Controls > Support

Reply
Thread Tools

Support

 
 
Support
Guest
Posts: n/a
 
      06-07-2004
is it possible to invoke an hour glass in my asp .net application when I
invoke a user action such as clicking a button.
I've tried putting "Document.style.cursor=Wait" in the beginning of the
JavaScript function and changing the cursor back to "Default" at the end,
but of no use.

My problem is that the cursor is changing to the hour glass only after the
entire function gets executed, which makes the purpose nullified. Please let
me know what I can do in this aspect or is there any way I can forcefully
invoke the hour glass (or at least some flashy progress bar) immediately
after I click the button.


 
Reply With Quote
 
 
 
 
Cowboy
Guest
Posts: n/a
 
      06-07-2004
You can place on JavaScript that changes to hourglass, then run the rest of
the code, then change it back. It is also possible to place a "waiting"
layer up for the user and then have client side script make the layer
invisible.

There is not much else you can do, as you are running all code on the client
side.

BTW< some of the groups you have crossposted are really not on topic.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

************************************************
Think Outside the Box!
************************************************
"Support" <> wrote in message
news:eqTg$...
> is it possible to invoke an hour glass in my asp .net application when I
> invoke a user action such as clicking a button.
> I've tried putting "Document.style.cursor=Wait" in the beginning of the
> JavaScript function and changing the cursor back to "Default" at the end,
> but of no use.
>
> My problem is that the cursor is changing to the hour glass only after the
> entire function gets executed, which makes the purpose nullified. Please

let
> me know what I can do in this aspect or is there any way I can forcefully
> invoke the hour glass (or at least some flashy progress bar) immediately
> after I click the button.
>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
IEEE 1284.4 generic printing support / HP LaserJet printer support Manuel Lopez Windows 64bit 13 10-18-2009 12:51 PM
Question for IT Support/Managers - Providing Personal PC Support Big Dog Microsoft Certification 4 01-16-2008 01:33 AM
Anti Virus Support + Japanese character support =?Utf-8?B?Q2hyaXMgQnVzaA==?= Windows 64bit 6 07-31-2005 09:57 AM
ANN: SCons.0.96 adds Fortran 90/95 support, better Qt support,platform-independent file system actions, improved debugging, lots more Steven Knight Python 0 08-18-2004 03:57 PM
Getting Third Party Component Suppliers to support NUnit and NUnitASP to support test driven development in web pages Nick Zdunic ASP .Net 0 11-05-2003 10:45 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57