Div Tag

  • Thread starter Thread starter Jim Heavey
  • Start date Start date
J

Jim Heavey

I have place a "Placeholder" control on my form and I want to add an HTML
Div tag control into the Placeholder control. I went and looked for the
"Div" HTML control on my tool bar, but it was not there. Attempted to add
the component to the tool bar, but did not find such a componet to add
(really just looking for the class name that I need to create an instance
of).

So how do I create an HTML "Div" tag in code? I am wanting to surround a
Table which I am also building in code with the Div Tag. Is there a
different control for the Div end tag?

If you can point me in the right direction, it would be greatly
appreciated!

Thanks in advance for your assistance!!!!!!!!!
 
why dont u modify the html directly .. add a div tag, assign it an id and
mark it to run at server... you will find it in ur codebehind then..
 
Hi Jim,

If you really wish to do it by using web control, Panel control is what
you should choose.

Juliet Choy
MVP(ASP.NET)
Hong Kong
 
Back
Top