GridView Property clarification

Posted by paul on Stack Overflow See other posts from Stack Overflow or by paul
Published on 2010-03-30T22:49:27Z Indexed on 2010/03/30 22:53 UTC
Read the original article Hit count: 323

Filed under:
|

if i set, CommandArgument="<%#((GridViewRow)Container).RowIndex %>" to linkbutton(inside gridview's template field) will it return (i) GridViewRow of current Row or (ii)DataKey value of current row?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about gridview