Linkbutton in Gridview -
10-25-2006
, 04:45 PM
I am having trouble geting the value from a cell in a gridview which is
designated as a button.
Currently, I am able to get the datakey field from the click, but I can only
return the cell value from cell with set as fields. I have tried duplicating
the desired field and hiding it, but apparently if it is not rendered the
cells are not populated.
In other words:
gridview.selectedrow.cells(1).Text 'returns the value from a visible
field cell
Is there a way to get the value in a gridview cell which is a button.
Thanks,
Tim S. |