I have a web form that is able to search a key field in the table that has one primary key and return a gridview. From the gridview, I am able to select the key to view its details. Now that this table has a composite key. How do I pass the control from the
gridview to the details view via the composite key ?
↧