Im trying to read the innerHTML of a div in code-behind. The following works in IE, but in Firefox 2 the value is null.
var MyDiv = HtmlPage.Document.GetElementById("myDiv").GetAttribute("value");
and here is my div:
<div id="myDiv" style="display:none">Testing Go to the complete details ...