Having a stupid day,
got a label:
<asp:Label ID="Label2" runat="server" Text='<%# Eval("Address") %>'></asp:Label>
It's pulling data from a database, which is fine. Only I need to be able to strip any HTML from it.
Not having much luck, any help appreciated.
got a label:
<asp:Label ID="Label2" runat="server" Text='<%# Eval("Address") %>'></asp:Label>
It's pulling data from a database, which is fine. Only I need to be able to strip any HTML from it.
Not having much luck, any help appreciated.