This is a migrated thread and some comments may be shown as answers.

Wait cursor

1 Answer 126 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Bharat
Top achievements
Rank 1
Bharat asked on 14 Feb 2011, 09:45 AM
Hi All,

I want to set the cursor as 'pointer' after populating the grid with data i.e. in the .cs page.
I have written in .cs page as
Code:

------
----
databind()
Response.Write("<script language = javascript>function dohg(){document.body.style.cursor = 'pointer';} dohg();</script>");
----


But this is not working.
Guys this is really very important for me to solve it

Bharat Rathore

1 Answer, 1 is accepted

Sort by
0
msigman
Top achievements
Rank 2
answered on 14 Feb 2011, 08:00 PM
Tags
General Discussions
Asked by
Bharat
Top achievements
Rank 1
Answers by
msigman
Top achievements
Rank 2
Share this question
or