Monday 30 January 2012

Cannot set a value on node type 'Element'

Message: Cannot set a value on node type 'Element'

Solution: instead of using node.Value = "dummy value" use node.innerText = "dummy value"

No comments:

Post a Comment