I am trying to get the input text from the textbox, At the moment when i am deugging datacontext is null for somereason, can someone assist me?
after getting the data from the textbox, i want to assign it the textblock on my next page
uutmanager.Information = richTextBoxInformation.DataContext.ToString();
textBlockUutInformation.DataContext = uutmanager.Information;
Loading
VulpesPosted Aug 13, 2011, 5:40 PM
David SmithPosted Aug 13, 2011, 6:46 PM
VulpesPosted Aug 13, 2011, 6:12 PM
If you use mixed fonts or colors, then it's no longer just plain text.
David SmithPosted Aug 13, 2011, 6:10 PM
David SmithPosted Aug 13, 2011, 6:00 PM
VulpesPosted Aug 13, 2011, 5:52 PM
David SmithPosted Aug 13, 2011, 5:49 PM
which do you prefer to use richtextbox or regular textbox
David SmithPosted Aug 13, 2011, 5:30 PM
I only see DataContext, SelectAll(), Selection. I am not for sure which property to use for the rich textbox
VulpesPosted Aug 13, 2011, 4:57 PM