Hi Concoxide,
This is Page Encoding and VB.net issue about special characters.
I tested the rich text <
This is “test” content.>, using .Text property
It was fine in C#.net but showed strange characters in VB.net
When I used Response.Write("
This is “test” content.") in VB.net,
it also showed strange characters
You can use C# language on editing page, using the following code
Regards,
Jeff