Hi
I am busy developing a windows store application using XAML and C#.
I defined a RichEditBox in XAML and I want to access the user entered value in RichEditBox from the code-behind file.
How can I get the value entered by user in RichEditBox?
Thanks in anticipation...!