I'm using the rad editor to store info in a db for a page. I tried, removing characters manually, but it would throw an error. So, then I tried using a command parameter i.e. cmd.parameters.addwithvalue("param", RadEditor1.text) but that loses all of the html stuff.
I'm assuming I need to encode and then decode it somehow, I just don't know the right methods. Can you help me out?
I'm assuming I need to encode and then decode it somehow, I just don't know the right methods. Can you help me out?