data binding question

R

Rudderius

hoi,

I have little problem with binding data to a form.

I have an object called GuestSpeaker which has a property 'Abstract'. I
would like to present the information on a form using the FormView
component.

The problem now is that de string Abstract can contain newline
characters but in HTML they are not displayed. How can I replace all
newline characters in the string Abstract to '<br />' tags. Same
question for other characters that need to be replaced like é, ë, à...

Thanks,
Dries
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top