2010年5月27日 星期四

C# Asp.net GridView抓RowIndex

這簡單就是多加這行就好囉

CommandArgument='<%# ((GridViewRow) Container).RowIndex %>'

在Command元件的aspx裡面加
聽不懂喔

<asp:Button ID="GridViewButton" CommandName="GridViewButton" CommandArgument='<%# ((GridViewRow) Container).RowIndex %>' runat="server" Text="Button" CssClass="btnClass" />

這樣懂了吧 XDDD
哈哈
這樣CommandArgument抓出來的就是RowIndex了

沒有留言:

張貼留言