I have the following:
GridViewLookUpColumn
cs =
(GridViewLookUpColumn) grdDocActivities.Columns.FindByUniqueName("colSubDisc");
Question:
How can I get the current selected value of this control?
I see there's a "GetLookupValue()" method, but I can't find details on how to use it.
Advice or tips? Thanks!