Click here to Skip to main content
16,004,890 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi dude!

Your article is interesting, but i'am having an issue running it.
I have downloaded the code and when i run using the master.aspx as start page i get this error:

Microsoft JScript runtime error: 'firstChild' is null or not an object

in this seccion of the code:

C#
function FindTBODY(idGrid) {
    if (idGrid.firstChild.tagName == "TBODY")
        return (idGrid.firstChild);
    // there is a caption, so go down one more level
    return (idGrid.firstChild.nextSibling);
}
Posted
Updated 17-Feb-10 4:01am
v2

You should post this question on the forum for the article, not under Quick Answers.
 
Share this answer
 
Which article are you talking about?

There is a place at the bottom of each article to post your messages related to it.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900