Quantcast
Channel: naspinski - Using html label tags with asp.net
Viewing all articles
Browse latest Browse all 3

Frederik Vig on Using html label tags with asp.net

$
0
0
Actually you can use the label web control for this: <asp:Label runat="server" AssociatedControlID="txt"></asp:Label> - which will render a html label element.

Viewing all articles
Browse latest Browse all 3

Trending Articles