can i transform a "horizontal rule" in an asp control... i'd like to aply the basic-properties on the horizontal rule ...
i thought this could be done by adding
"asp:" and "runat=server" in the htmltag...
i could use a panel, but id rather not...
Printable View
can i transform a "horizontal rule" in an asp control... i'd like to aply the basic-properties on the horizontal rule ...
i thought this could be done by adding
"asp:" and "runat=server" in the htmltag...
i could use a panel, but id rather not...
You could write a user control or web custom control that manipulates the hr tag. There is not a super easy solution for it, if thats what your looking for.
crap...that IS what i'm looking for...think i'll goe for the panels...
:D
thanx 4 your time!