how to get grid last column value using c#
how to get grid last column value using c#
Collapse
X
-
You could consider handling the GridView's RowDataBound Event and within that method hide/show the value in the last column.
-Frinny
Comment