Hi
Can any one tell me how can i print the value of richtextbox in silverlight............?
Hi
Can any one tell me how can i print the value of richtextbox in silverlight............?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Smart LuckyPosted Nov 17, 2011, 1:58 AM
i want to print it's value like if we use it as comment box in our page if user leaving comment and these comment store in database and my question is that how can i get these comments or how can i alert these comments......?
Prabhu RajaPosted Nov 17, 2011, 1:53 AM
Hope this Article Will Help You.
http://www.c-sharpcorner.com/uploadfile/e1317f/richtextbox-in-silverlight-4/
Priya LingePosted Nov 17, 2011, 1:29 AM
A RichTextBox with
Paragraph is used to group content into a paragraph. The simplest and most common use of Paragraph is to create a paragraph of text.
A Paragraph can also contain inline elements.
We can print the paragraph of richtextbox in silverlight also by dynamically.
Hope this will help you.
Thanks.