C
Child
I have a datagrid containing a column:
<asp:Hyperlinkcolumn
headertext="View/Edit"
Datanavigateurlfield="individualid"
Datanavigateurlformatstring="edit_ind.aspx?indid={0}"
Text="View"/>
I would like to use that indid on the page the link refers to in a query. How do I retrieve it?
What scope is it in?
Thanks in advance!!
--
BethF, Anchorage, AK
It's YOUR God.
They are YOUR rules.
YOU burn in hell.
<asp:Hyperlinkcolumn
headertext="View/Edit"
Datanavigateurlfield="individualid"
Datanavigateurlformatstring="edit_ind.aspx?indid={0}"
Text="View"/>
I would like to use that indid on the page the link refers to in a query. How do I retrieve it?
What scope is it in?
Thanks in advance!!
--
BethF, Anchorage, AK
It's YOUR God.
They are YOUR rules.
YOU burn in hell.