Hey there,
I have a table populated with data in which a user is able to select one for editing. The user selects which record is to be edited by the primary key assigned to the record, I have made this primary key a linklabel that then redirects them to the update record page (...<a href='UpdateReport.aspx'>). When they are redirected, I want the primary key # to be passed to the UpdateReport page as well. Does that make sense? So let's say the user clicks on record 101, I want 101 passed to the new form so I can populate it's data.
I have tried a few different methods, but I seem to fall short on all of them or cannot complete the thought/logic in my mind. Any help?