Ive a database with table "People" and fiels "ID", "Name", "Adds", ....etc....
Ive a table.aspx page which displays a table of data with "ID" and "Name" fields only.
The table is a datagrid control with "ID" field as my first column and as a hyperlink column.
When I click the "ID" field for a particular row, Id like it to link to an aspx page(moreInfo.aspx) which display additional info (like "Addrs", "Tel. No.", "surname") under this selected ID.
Question: How do I pass this selected/clicked "ID" parameter to my moreInfo.aspx?
Please kindly help me. Thank you.
Ive a table.aspx page which displays a table of data with "ID" and "Name" fields only.
The table is a datagrid control with "ID" field as my first column and as a hyperlink column.
When I click the "ID" field for a particular row, Id like it to link to an aspx page(moreInfo.aspx) which display additional info (like "Addrs", "Tel. No.", "surname") under this selected ID.
Question: How do I pass this selected/clicked "ID" parameter to my moreInfo.aspx?
Please kindly help me. Thank you.