J
Jeff
Hey
ASP.NET 2.0
I've added some extra properties to the Profile of users on my site. One of
the new properties is of type "string" and it contain HTML data.... like for
example "<div><small>Test</small></div>"
My problem is that I don't know how to display this property on the page. I
want the value to be displayed as any other html code... I don't want the
user to see "<div><small>Test</small></div>", instead the user shall see
"Test", but he should be able too "<div><small>Test</small></div>" in the
html source....
How should I display this value as html?
Best Regards!
Jeff
ASP.NET 2.0
I've added some extra properties to the Profile of users on my site. One of
the new properties is of type "string" and it contain HTML data.... like for
example "<div><small>Test</small></div>"
My problem is that I don't know how to display this property on the page. I
want the value to be displayed as any other html code... I don't want the
user to see "<div><small>Test</small></div>", instead the user shall see
"Test", but he should be able too "<div><small>Test</small></div>" in the
html source....
How should I display this value as html?
Best Regards!
Jeff