Dipa Ahuja

Dipa Ahuja

  • NA
  • 3.1k
  • 713.8k

how to get datagrid's column value?

Mar 4 2010 1:57 PM
hi i want to get the value of column in gridview on RowCommand event.

this is the field in griedview
 
<asp:BoundField DataField="friend_Id" HeaderText="friend_Id" SortExpression="friend_Id" Visible="False" />

so in .cs how to get its value in GridView1_RowCommand() event?


Answers (3)