WPF: Link from grid to form
Posted
by Ron H
on Stack Overflow
See other posts from Stack Overflow
or by Ron H
Published on 2010-03-28T14:24:59Z
Indexed on
2010/03/28
14:33 UTC
Read the original article
Hit count: 436
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
© Stack Overflow or respective owner