// archives

label control

This tag is associated with 1 posts

.NET: Need To Drop The Span Tag From the Label Control? Use the Literal Control Instead

Have you ever had the need to use a label control, but you don’t need the span tag that the control automatically wraps around the text? Switch your control over to the Literal control instead. It serves the same general purpose as the label control, but will not wrap your output in those pesky span [...]

Categories