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.
↧