if you are using bind try it:
YourRichTextBox.DataBindings.Add("Text", YourObjetc, "YourText", true, DataSourceUpdateMode.Never);