Can't bind textbox to object. DataBindings property not available
(I'm new to WPF) I have as objects with severals properties which I would
like to bind to textbox. I have a textbox control named txtStudentName.
looking for some examples got me think I need to use the next method:
$txtStudentName.DataBindings.Add(,,);
But I don't have the DataBindings property in my textbox object.
anyone?
No comments:
Post a Comment