How to aquire access between two pages in wpf
Babu R
81
Reputation points
Hai
I have two pages in my main window side by side. Page1, Page2 is loaded in two frames in main Window frame1 and frame2. Page1 has a datagridview with observation collection of product name. Page2 has a datagridview with observation collection of product details.
I want to load product detail in page2 datagridview when I click row header of page1 with a function call called
LoadDetails() .
I Want to know how to call this function to load data to detail page .
Also My frame1 , frame2 loads different pages according to category (from a combobox) .
Thanks
Sign in to answer