I'm trying to filter a SQL datasource when the EditCommand is fired. I know I can't find the grid controls when the event fires but I'm also unable to obtain the column value for some reason. Column A and B are not templated columns and so I access their values with row("A").text and row("B").text. Column C is a hyperlink control and when I try and access its value with row("C").text, it always returns "". How can I access the value?
Note that I use Dim row as GridDataItem = e.item.
Note that I use Dim row as GridDataItem = e.item.