Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
4answers
361 views

Basic LINQ syntax

Lets say you have an XML like like this: <data> <messages> <message name="Person" id="P"> <field name="FirstName" required="Y" /> <field name="LastName" ...
1
vote
2answers
232 views

How to get parentnode of select element in javascript

I am trying to alter the background color of a table cell if the selected item in a dropdown is changed. I use the same javascript for a textbox and it works fine. In firebug, "cell" is undefined ...
1
vote
3answers
6k views

c# Obtain a list of TreeView Parent nodes

If I have a TreeView (myTreeview),how can I obtain a list of all the nodes that are parent nodes? i.e. nodes that have children
0
votes
2answers
44 views

JavaScript change div color with link

This seems really simple but Im brand new to JavaScript. I have a link on my page. When you click this link 2 things happen. 1) Using html the page jumps to the location of the referenced anchor tag ...
0
votes
0answers
17 views

jserialScoll Parentnode error

I am using vertical slider and coda-slider. I got Parentnode error. jserialscroll is affecting vertical scroll error.. Here is the site. Any idea to fix this will be appreciated... ...
0
votes
0answers
80 views

Get parentNode of Current Script Tag

Is there any way to get the parent node of current script tag. I wanted to assign id attribute to the script tag but found that it does not support standard attributes. Actually I want to get the ...
0
votes
2answers
742 views

Multiple parentNode (s) Not Working In Internet Explorer 7

var round1 = output.parentNode.parentNode.parentNode.getElementsByTagName('a')[0].innerHTML Internet explorer 7 gives me the error "Unable to get value of the property 'innerHTML': object is null ...
0
votes
0answers
333 views

“parentNode is null or not an object” in Facebook App when using IE

I've written a little facebook app that's returns this error: "parentNode is null or not an object" It only shows up in IE, and even then only on some versions, I'm in the UK having no problems ...