Guest User

Untitled

a guest
Jun 23rd, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. ' "message" contains the string "<b>Hello World!</b>"
  2. ' Within the DataList:
  3. <ItemTemplate>
  4. <asp:Label ID="lbl1" runat="server" Text='<%# Server.HtmlDecode(Eval("message").ToString()) %>' />
  5. </ItemTemplate>
Add Comment
Please, Sign In to add comment