RE: Use ASP.NET's Literal control to its full potential
Hi!
I want to programatically inject HTML in a literal control on an ASP.net page.
My literal lays inside an Ajax ModalPopup. All I want to do (following you example) is Assigned_ID.Text="<B>Boo</B>"
during btnTest_Click.
The problem is no matter what I try, AJAX seems to clean-up the HTML tags and the result is a simple Boo, not a bold one. Any thoughts?
Thank you,
Mircea.