Hi all,
I am working on a datagrid on weborm1.aspx, with a hyperlink column passing the record ID column along with the url like so:
I have a datagrid on webform2 that I want to use the id passed from webform1.aspx as the selection in my SQL statement.
I am confused as to how I call that id that was passed. I see that I can assign the id to a variable in code in the PageLoad event but how do use that variable in a SQLdataadapter which loads the dataset which loads the new datagrid. I am thinking I have to re-fill the dataset with a new SELECT statement but am having trouble doing it. Any suggestions?
I am working on a datagrid on weborm1.aspx, with a hyperlink column passing the record ID column along with the url like so:
I have a datagrid on webform2 that I want to use the id passed from webform1.aspx as the selection in my SQL statement.
I am confused as to how I call that id that was passed. I see that I can assign the id to a variable in code in the PageLoad event but how do use that variable in a SQLdataadapter which loads the dataset which loads the new datagrid. I am thinking I have to re-fill the dataset with a new SELECT statement but am having trouble doing it. Any suggestions?