Hello,
I have an Edit Content Page with a Rad Editor Control, first when the user creates a new content, say a Forum Post the content is Saved into the DataBase but when I reload the contents from the Database and then verify them with the contents of Rad Editor I noticed that even if I didn't make any changes the content is not the same, I was comparing string to string content, (DB vs loaded Editor content from DB)
Is there anyway to check whether the contents of the Rad Editor have changed? I want to do this Server Side (Code Behind), is there a property or a field that checks for that?
Thank you.
I have an Edit Content Page with a Rad Editor Control, first when the user creates a new content, say a Forum Post the content is Saved into the DataBase but when I reload the contents from the Database and then verify them with the contents of Rad Editor I noticed that even if I didn't make any changes the content is not the same, I was comparing string to string content, (DB vs loaded Editor content from DB)
Is there anyway to check whether the contents of the Rad Editor have changed? I want to do this Server Side (Code Behind), is there a property or a field that checks for that?
Thank you.