G
Guest
What is the best way to have a FormView page open on a specific row selected
from a GridView?
I'm passing the primary key in the url as in
detailview.aspx?mode=edit&pk=42
I'm using an SqlDataSource to bind the FormView to the data.
Thanks for any samples or links.
from a GridView?
I'm passing the primary key in the url as in
detailview.aspx?mode=edit&pk=42
I'm using an SqlDataSource to bind the FormView to the data.
Thanks for any samples or links.