D
David Thielen
Hi;
I have a HyperLinkField inside my GridView and it works great. I use
DataNavigateUrlFields="ID"
DataNavigateUrlFormatString="Datasource.aspx?ID={0}" so I really want this
control.
However, I need to access this control in the RowDataBound in the
code-behind. There is no ID="name" for HyperLinkField so how do I get this
control in the code behind for each row?
And if I can't - then what control should I use to link to another page
passing an ID=123 in the url?
I have a HyperLinkField inside my GridView and it works great. I use
DataNavigateUrlFields="ID"
DataNavigateUrlFormatString="Datasource.aspx?ID={0}" so I really want this
control.
However, I need to access this control in the RowDataBound in the
code-behind. There is no ID="name" for HyperLinkField so how do I get this
control in the code behind for each row?
And if I can't - then what control should I use to link to another page
passing an ID=123 in the url?