Label without <span>

  • Thread starter Thread starter Andrei Pociu
  • Start date Start date
A

Andrei Pociu

Is there some way to make the label not add a <span> tag?
For example I don't need any styles applied or position set so I could as
well get rid of <span>.
Or is there some other type of control that I could use instead of label
that doesn't add a tag like span or div?

Thank you.
 
Thanks Karl!

I knew about the literal control but I had the false impression that it uses
span too.
It's exactly what I wanted, thanks again.
 
Back
Top