arun_mrk Posted April 24, 2003 Posted April 24, 2003 I want to change the mouse pointer to Busy state(hour glass) during some process on a web forms(asp.net with c#) how to do it? thanks Quote
Moderators Robby Posted April 24, 2003 Moderators Posted April 24, 2003 You may need to do this on the client side. Quote Visit...Bassic Software
arun_mrk Posted April 24, 2003 Author Posted April 24, 2003 hi thanx for the quick response... Could u post the client script and help me out Quote
Moderators Robby Posted April 24, 2003 Moderators Posted April 24, 2003 you can use Styles... <td style="cursor: hand"> </td> Quote Visit...Bassic Software
bungpeng Posted April 25, 2003 Posted April 25, 2003 Robby, your solution is after process, user move the mouse cursor to the table (example), then it change the mouse pointer. This is not what arun_mrk want (i think). Some process on the webform mean the client page have not finish download from server, can we control their pointer like what we did in VB6 last time? arun_mrk, normally in web application, developer won't control the pointer, they just display a "loading..." (example) on a page before the page is fully loaded. I suggest you use this method rather than change the mouse pointer. Because if you change the mouse pointer to hourglass when I browser your page, I may thought some other process in my PC is running rather than process of your application. Quote
arun_mrk Posted April 25, 2003 Author Posted April 25, 2003 ok thanks for all the replies.. what bungpeng said is all true.. I have shifted recently from client server to web development so may be b'coz of that i was thinking in those lines(chg mouse pointer). I think i should agree to the earlier post(bungpeng ) and avoid trying changing mouse pointer. thanks all.. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.