How can I get the value of a gridview cell? I have been trying the code below with no luck.
gridview
protected void grvExpirations_RowDataBound(object
If you use the above methods you will get the value of cell[5] for the last row only. So if you are specific about a certain row I think you can get the value from any other gridview event handlers.