David Smith

David Smith

  • NA
  • 2k
  • 0

Siverlight Textbox

Aug 13 2011 4:41 PM
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)