Advertisement
Guest User

Untitled

a guest
Jul 29th, 2015
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. <UserControl:userControl ID="userControl1" runat="server" />
  2.  
  3. <UserControl:userControl ID="userControl" runat="server" value="This is important for me" />
  4.  
  5. var myValue = userControl1.Value;
  6.  
  7.  
  8. myValue = "<strong>" + myValue + "</strong>";
  9.  
  10. RenderHtml.Render = myValue;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement