WPF: Link from grid to form
- by Ron H
What I need is a grid with all employees data, and a link to a single employees form.
I'm ok with filling the grid with data. my questions are:
how to create the link?
how to send the parameter (employeeid) to the single-employee page, and make it open with the correct data.
Thanks,
Ron