Click here to Skip to main content
15,890,512 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: SAVE ERROR with TAG IN ASP.NET Pin
hifiger20042-May-07 4:27
hifiger20042-May-07 4:27 
QuestionEmail problem in php Pin
kumar bharat bhusanam27-Apr-07 4:25
kumar bharat bhusanam27-Apr-07 4:25 
AnswerRe: Email problem in php Pin
Bradml27-Apr-07 6:07
Bradml27-Apr-07 6:07 
GeneralRe: Email problem in php Pin
JimmyRopes27-Apr-07 18:01
professionalJimmyRopes27-Apr-07 18:01 
AnswerRe: Email problem in php Pin
JimmyRopes27-Apr-07 17:59
professionalJimmyRopes27-Apr-07 17:59 
GeneralRe: Email problem in php Pin
Bradml27-Apr-07 21:15
Bradml27-Apr-07 21:15 
GeneralRe: Email problem in php Pin
JimmyRopes28-Apr-07 7:33
professionalJimmyRopes28-Apr-07 7:33 
QuestionWait cursor for a long-running process Pin
Alaric_27-Apr-07 4:14
professionalAlaric_27-Apr-07 4:14 
[This is a cross-post. I originally posted in the ASP.NET forum on accident]
Hi Guys,

...We're working with a hierarchical Infragistics UltraWebGrid(just FYI...my issues are not with the grid) and when one of the parent rows is selected, each of the children underneath it is to be selected as well. I have the code to perform this all hammered out, but now I have to deal with the issue of the fact that this is sometimes a long-running process. Infragistics provides their own wait-cursor for several of the grid's functions, but not for this. What I'm trying to do now is something to the effect of:
in the code behind(C#):
DisplayGrid.DisplayLayout.ClientSideEvents.AfterSelectChangeHandler = "SelectBranch('ctl00xContentPlaceHolder1xRemovedEquipmentxuwgDisplay');";


in javascript
function SelectBranch(gridId)
{
   document.body.style.cursor = 'wait';
   foo(gridId); //this function marks the grid rows.
   document.body.style.cursor = 'default';
}

What is happening is that it is executing 'foo' as it is supposed to, but never resets the cursor to the default cursor
Does anybody know how to get this logical flow to work? Or is this incorrect? What if foo recursively calls 'SelectBranch()'? Does that have any implications?







Welcome my son...Welcome..to the Machine

QuestionAttaching Event handler to a event in javascript Pin
vvijaykrishna27-Apr-07 2:21
vvijaykrishna27-Apr-07 2:21 
QuestionMenu with Javascript Pin
Socheat.Net26-Apr-07 23:54
Socheat.Net26-Apr-07 23:54 
AnswerRe: Menu with Javascript Pin
szukuro27-Apr-07 4:58
szukuro27-Apr-07 4:58 
GeneralRe: Menu with Javascript Pin
Socheat.Net29-Apr-07 15:18
Socheat.Net29-Apr-07 15:18 
GeneralRe: Menu with Javascript Pin
szukuro30-Apr-07 3:17
szukuro30-Apr-07 3:17 
GeneralRe: Menu with Javascript Pin
Socheat.Net30-Apr-07 17:24
Socheat.Net30-Apr-07 17:24 
Questioneffective retrieval and display of data from Oracle using Classic ASP/Javascript Pin
MPR200626-Apr-07 16:09
MPR200626-Apr-07 16:09 
Questioncross-domain messaging Pin
pranilrao12326-Apr-07 11:37
pranilrao12326-Apr-07 11:37 
AnswerRe: cross-domain messaging Pin
kubben27-Apr-07 11:45
kubben27-Apr-07 11:45 
QuestionHTTP POST Question Pin
mobius11100126-Apr-07 9:05
mobius11100126-Apr-07 9:05 
AnswerRe: HTTP POST Question Pin
led mike26-Apr-07 9:13
led mike26-Apr-07 9:13 
AnswerRe: HTTP POST Question Pin
JimmyRopes27-Apr-07 18:23
professionalJimmyRopes27-Apr-07 18:23 
Questionwhat is http redirector? Pin
mohanrajh26-Apr-07 1:11
mohanrajh26-Apr-07 1:11 
AnswerRe: what is http redirector? Pin
Sathesh Sakthivel26-Apr-07 1:42
Sathesh Sakthivel26-Apr-07 1:42 
GeneralRe: what is http redirector? Pin
mohanrajh27-Apr-07 3:11
mohanrajh27-Apr-07 3:11 
QuestionMS MediaPlayer doesn't stop autostarting Pin
sohst25-Apr-07 23:02
sohst25-Apr-07 23:02 
AnswerRe: MS MediaPlayer doesn't stop autostarting Pin
haggenx27-Apr-07 10:59
haggenx27-Apr-07 10:59 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.