Click here to Skip to main content
15,893,337 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Go Mercia! PinPopular
chriselst4-Jun-14 3:15
professionalchriselst4-Jun-14 3:15 
GeneralRe: Go Mercia! Pin
Dalek Dave4-Jun-14 3:19
professionalDalek Dave4-Jun-14 3:19 
GeneralRe: Go Mercia! Pin
chriselst4-Jun-14 3:20
professionalchriselst4-Jun-14 3:20 
GeneralRe: Go Mercia! Pin
DeathByChocolate4-Jun-14 3:46
professionalDeathByChocolate4-Jun-14 3:46 
GeneralRe: Go Mercia! Pin
Keith Barrow4-Jun-14 3:26
professionalKeith Barrow4-Jun-14 3:26 
GeneralRe: Go Mercia! Pin
chriselst4-Jun-14 3:21
professionalchriselst4-Jun-14 3:21 
GeneralRe: Go Mercia! Pin
DeathByChocolate4-Jun-14 3:41
professionalDeathByChocolate4-Jun-14 3:41 
GeneralError : unable to get property 'childnodes' of undefined or null reference Pin
Member 105519074-Jun-14 2:45
Member 105519074-Jun-14 2:45 
C#
function GetEqrDataUploadFiles()
{
var upload=$("#files").data("KendoUpload");
//   in this line Error is coming     " Unable to get property 'childNodes' of undefined or null reference "

var s = upload.wrapper[0].childNodes[2].childNodes.length;

var a = new Array();
for (i = 0; i < s; i++)
{
if (document.all) {
a.push(upload.wrapper[0].childNodes[2].childNodes[i].innerText);
}
else {
a.push(upload.wrapper[0].childNodes[2].childNodes[i].textContent);
}
}
return a;
}

GeneralRe: Error : unable to get property 'childnodes' of undefined or null reference Pin
Nagy Vilmos4-Jun-14 2:47
professionalNagy Vilmos4-Jun-14 2:47 
GeneralRe: Error : unable to get property 'childnodes' of undefined or null reference Pin
Richard MacCutchan4-Jun-14 2:51
mveRichard MacCutchan4-Jun-14 2:51 
GeneralRe: Error : unable to get property 'understand' of simple instructions Pin
DeathByChocolate4-Jun-14 2:52
professionalDeathByChocolate4-Jun-14 2:52 
GeneralRe: Error : unable to get property 'understand' of simple instructions Pin
OriginalGriff4-Jun-14 2:57
mveOriginalGriff4-Jun-14 2:57 
GeneralRe: Error : unable to get property 'understand' of simple instructions PinPopular
DeathByChocolate4-Jun-14 3:01
professionalDeathByChocolate4-Jun-14 3:01 
GeneralRe: Error : unable to get property 'understand' of simple instructions Pin
Kenneth Haugland4-Jun-14 3:16
mvaKenneth Haugland4-Jun-14 3:16 
GeneralRe: Error : unable to get property 'understand' of simple instructions Pin
Jörgen Andersson4-Jun-14 3:17
professionalJörgen Andersson4-Jun-14 3:17 
GeneralRe: Error : unable to get property 'understand' of simple instructions Pin
DeathByChocolate4-Jun-14 3:26
professionalDeathByChocolate4-Jun-14 3:26 
GeneralRe: Error : unable to get property 'childnodes' of undefined or null reference Pin
Rage4-Jun-14 3:05
professionalRage4-Jun-14 3:05 
GeneralRe: Error : unable to get property 'childnodes' of undefined or null reference Pin
Jörgen Andersson4-Jun-14 3:13
professionalJörgen Andersson4-Jun-14 3:13 
GeneralRe: Error : unable to get property 'childnodes' of undefined or null reference Pin
Rage4-Jun-14 3:17
professionalRage4-Jun-14 3:17 
GeneralRe: Error : unable to get property 'childnodes' of undefined or null reference Pin
Jörgen Andersson4-Jun-14 3:18
professionalJörgen Andersson4-Jun-14 3:18 
GeneralRe: Error : unable to get property 'childnodes' of undefined or null reference Pin
BobJanova4-Jun-14 4:44
BobJanova4-Jun-14 4:44 
GeneralRe: Error : unable to get property 'childnodes' of undefined or null reference Pin
Dan Neely4-Jun-14 5:21
Dan Neely4-Jun-14 5:21 
GeneralRe: Error : unable to get property 'childnodes' of undefined or null reference Pin
BobJanova4-Jun-14 5:50
BobJanova4-Jun-14 5:50 
GeneralRe: Error : unable to get property 'childnodes' of undefined or null reference Pin
Clodetta del Mar4-Jun-14 5:38
Clodetta del Mar4-Jun-14 5:38 
GeneralCome On England!! Pin
P0mpeyBoy4-Jun-14 1:24
P0mpeyBoy4-Jun-14 1:24 

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.