Hi Experts
I have a parent window with a button, in that button click opening a popup window by using ShowDialog() method.
I need to pass values from mainwindow to child window based on those values I need to fetch some data from database and bind to combobox.
Please can some one help me to pass values between parent and child window.
Thanks in Advance :)