Click to See Complete Forum and Search --> : How to write to a <DIV>?


nolc
October 7th, 2003, 09:16 AM
Hello,
Would anyone happen to know how to write to a <DIV> section? Thank you in advance....

HTML:
<DIV id="myDIV"></DIV>

Code Behind:
myDIV.text = "stuff"

redsolo
October 19th, 2003, 05:34 AM
<DIV id="myDIV" runat="server"></DIV>
and make sure it is in <form ...runat="server"> tag