S
shapper
Hello,
I want to add a div tag with a few properties (class, id, ...) to a
page. I would like to build the following block:
<div id="myid" class="myclass">
<Asp:TextBox> ...
</div>
I don't want to add the div using Aspanel.
I know I can use literal. But is there another way to define the div
and its properties before adding it to the page without using a
string?
What should be the best way to do this?
Thanks,
Miguel
I want to add a div tag with a few properties (class, id, ...) to a
page. I would like to build the following block:
<div id="myid" class="myclass">
<Asp:TextBox> ...
</div>
I don't want to add the div using Aspanel.
I know I can use literal. But is there another way to define the div
and its properties before adding it to the page without using a
string?
What should be the best way to do this?
Thanks,
Miguel