Im using a RichTextBox in a detailsView, but Im having trouble databinding it.
(I want to use it to enter some text into a database).
When I click on databinding, it only lists 'visible' as the properties that can be bound to the fields in the database.
Obviously if I bind to this it just enters the word 'true' into my database.
The question is, how do I set it up to so that it enters the text I type in into my database?
Thanks in advance