Hi.
We have created an HyperLinkColumn in a DataGrid. The DataGrid is populated from a database. From this DataGrid we want to pass the selected value (HyperLinkColumn) to a UserControl.
This UserControl contains a DropDownlist. The selected value of this DropDownlist should be the value passed by the HyperLinkColumn (in the DataNavigateUrlFormatString).
How can we accomplish this
Thanks.