PradeepPo
On the same note -
I am really surprised that there are no questions from anyone about Rich text content controls and getting formatted HTMLs out of that.
I am not sure if I am alone in this space but : we have a document with let's say 50 rich text content controls. Well we don't really have a way to repeat these content controls by directly tying it to a XML file but have to do it programmatically. 2) when the rich text content control is bound we lost the formatting feature 3) if i want to get the HTML output of what the user entered (they want Word for all the differnt option it provides and they are in familiar desktop tools) in each rich text content control without programmatically creating an HTML file for each content control (one-to-one leading to about 50 htmls) 4) THERE GOT TO BE A WAY!
Any thoughts. Personally I think this is a blunder from MS - they removed HtmlProject support in '07 and we can't do this in memory and we have to physically create these files. also I can't understand the reasoning on why rich text content control can't be bound. People use word primarily to prepare content WITH formatting and MS supports text only when bound.
Either I am missing something or MS missed something here. Thoughts / suggestions welcome.
- Pradeep