2
Answers

Siverlight Textbox

Ask a question
David Smith

David Smith

13y
1.9k
1
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;

Answers (2)