How to aquire access between two pages in wpf

Babu R 81 Reputation points
2020-05-23T08:59:31.313+00:00

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

Windows Presentation Foundation
Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
2,671 questions
{count} votes