hey all,
what's the best way to build the html horizontal line dynamically and then
add it to myPanel?
thanks,
rodchar
Göran Andersson - 29 Oct 2007 14:50 GMT
> hey all,
> what's the best way to build the html horizontal line dynamically and then
> add it to myPanel?
>
> thanks,
> rodchar
I think:
myPanel.Controls.Add(new HtmlGenericControl("hr"));

Signature
Göran Andersson
_____
http://www.guffa.com
Eliyahu Goldin - 29 Oct 2007 14:56 GMT
Every time I tried using <hr> I actually ended up with setting borders.

Signature
Eliyahu Goldin,
Software Developer
Microsoft MVP [ASP.NET]
http://msmvps.com/blogs/egoldin
http://usableasp.net
> hey all,
> what's the best way to build the html horizontal line dynamically and then
> add it to myPanel?
>
> thanks,
> rodchar
rodchar - 29 Oct 2007 18:01 GMT
thanks for the good feedback, this helped.
rod.
> hey all,
> what's the best way to build the html horizontal line dynamically and then
> add it to myPanel?
>
> thanks,
> rodchar