Hai
am having a WPF user control in my WPF Form, when i click my button in my form , i just want to pass some value to the textbox which is in the usercontrol, tell me how to do this.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
PriyankaPosted Mar 15, 2010, 5:39 AM
I din't got time to look at your attachment,
but still please check to do smthing like:
when we place a usercontrol in out application,jst provide the name to usercontrol.
then inorder to access the control within usercontrol you can use:
this.usercontrol.textboxcontrol1.text=mybutton.content;
Hope this helps.!!!
Priyanka