How to pass the value from child window to parent window in silverlight 4?
(my req is while am selecting the Employee name in child window that nam e should be passed to the parrent window automaticaly.)
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.
Jignesh TrivediPosted Apr 24, 2012, 4:02 AM
u can do it from creating Property in child window and access in parent window just like referance below.
http://www.silverlighttips.com/post/2009/09/24/Passing-value-from-child-window-to-parent-window.aspx
And also also you can achive same using MVVM.
hope this help.