T
Trevor Bezotte
Hi,
I have a Gridview (Gridview2) which changes its content (row details from
Gridview1) when a row is selected in Gridview1. I want to retrieve the
values (specifically the values foo_id and blee_id) from Gridview2 in the
GridView1_SelectedIndexChanged event. Is this possible? How do I do this?
BTW, Gridview1 has SQLDatasource1 as its datasource and Gridview2 has
SQLDatasource2 as its datasource, SQLDatasource2 has a couple of parameters
which get their values from Gridview1's selectedvalue and
selectedDataKey[1].
Sincerely,
Scratchin my head
I have a Gridview (Gridview2) which changes its content (row details from
Gridview1) when a row is selected in Gridview1. I want to retrieve the
values (specifically the values foo_id and blee_id) from Gridview2 in the
GridView1_SelectedIndexChanged event. Is this possible? How do I do this?
BTW, Gridview1 has SQLDatasource1 as its datasource and Gridview2 has
SQLDatasource2 as its datasource, SQLDatasource2 has a couple of parameters
which get their values from Gridview1's selectedvalue and
selectedDataKey[1].
Sincerely,
Scratchin my head