Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
176
UltraFormattedTextEditor InsertValue throws error
posted

I'm using UltraFormattedTextEditor in a win app to format the email in my application, and using one populated list to insert some text at selected place in the same editor. If I pass a value enclosed in <%%> tags to InsertValue function, it throws xml serialization error, like -

this._uiMainTextEditor.EditInfo.InsertValue("<%Var1%>");

I need this <%%> tag to pass some dynamic content, how can I do this?

-Anand