I am using the following code i found online,
http://social.msdn.microsoft.com/Forums/en-US/wpf/thread/750a654e-b002-4742-8f46-609e93f6ec81
where i can save RichTextBox content to SQL DB but i am unable to use TextRange in my Sliverlight file how do i include? which namespace? if any will that namespace work in Silverlight?
Thank you in advance!!!
TextRangedoesn't exist in Silverlight, what is it you are trying to do? – AnthonyWJones Jun 23 '11 at 21:50Xamlproperty. (I've edited my answer accordingly). However I'm not aware of any non-commercial component that will parse Xaml and convert it to RTF. Must it be RTF, will HTML suffice? – AnthonyWJones Jun 24 '11 at 21:04