Hi All,
Have the editor working , however when it outputs the html string which is great, but how do i turn this string into something that will render the way it was inputted. ie include the bullets points etc. I thought that when i typed my comment it would then be outputted the same way in the label. I am using the aspx example. Is there something simple i am missing? Excuse me if this question seems fundamentally simple as I am new to asp.net.
Cheers
Shock
Have the editor working , however when it outputs the html string which is great, but how do i turn this string into something that will render the way it was inputted. ie include the bullets points etc. I thought that when i typed my comment it would then be outputted the same way in the label. I am using the aspx example. Is there something simple i am missing? Excuse me if this question seems fundamentally simple as I am new to asp.net.
Cheers
Shock
Re: how do i translate the html code that is output in the label
Try setting ValidateRequest to false. See here for more:
viewtopic.php?p=27795#p27795