how to get grid last column value using c#

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ram1592
    New Member
    • Oct 2013
    • 1

    how to get grid last column value using c#

    how to get grid last column value using c#
  • Frinavale
    Recognized Expert Expert
    • Oct 2006
    • 9749

    #2
    You could consider handling the GridView's RowDataBound Event and within that method hide/show the value in the last column.

    -Frinny

    Comment

    Working...