Hi all,
I need to get to the inner html of a div command. I thought i would have been able to do it with a request.form.get but have had no joy. the html is:
<DIV style="DISPLAY: inline; FONT-WEIGHT: bold; WIDTH: 496px; HEIGHT: 20px" ms_positioning="FlowLayout" id="adminUserAmendLoadTitle" runat="server">SOMETHING</DIV>
the c# line is:
string strPerson = Request.Form.Get("adminUserAmendLoadTitle").ToString();
Any corrections would be sweet.
Cheers,
Rob
I need to get to the inner html of a div command. I thought i would have been able to do it with a request.form.get but have had no joy. the html is:
<DIV style="DISPLAY: inline; FONT-WEIGHT: bold; WIDTH: 496px; HEIGHT: 20px" ms_positioning="FlowLayout" id="adminUserAmendLoadTitle" runat="server">SOMETHING</DIV>
the c# line is:
string strPerson = Request.Form.Get("adminUserAmendLoadTitle").ToString();
Any corrections would be sweet.
Cheers,
Rob