D
Darrel
I'm updating an application and swapping out the WYSIWYG text editor that it
was using.
The old system sent everything to the DB as HTML encoded, and then decoded
it on the way out.
The new WYSIWYG editor prefers the HTML as-is and not encoded.
Is there any built in function/class in .net that can check to see if a
string of HTML is encoded or not? I'd like to implement the new editor, but
check the HTML on the front end, as I'm sure all the content won't be
'converted' anytime soon.
-Darrel
was using.
The old system sent everything to the DB as HTML encoded, and then decoded
it on the way out.
The new WYSIWYG editor prefers the HTML as-is and not encoded.
Is there any built in function/class in .net that can check to see if a
string of HTML is encoded or not? I'd like to implement the new editor, but
check the HTML on the front end, as I'm sure all the content won't be
'converted' anytime soon.
-Darrel