I can create most html contriols/tags at run time, the one I cannot find is a div tag.
How do I create one at runtime?
Printable View
I can create most html contriols/tags at run time, the one I cannot find is a div tag.
How do I create one at runtime?
The System.Web.UI.WebControls.Panel control renders as a <div> :)
I hadn't thought about using a web control I was looking for a html div control.
Thanks