I am looking at a ASP.NET Rich Text Control which has to support "replace" fields. Basically the user should be able to add special fields to the text from a predefined list of replace fields (example: {CustomerName}, {Company}, etc). What are some of the options out here? I know the HTMLEditor in Ajaxtoolkit looks nice but not sure if it has this "replace" field functionality.
Thanks