代码之家  ›  专栏  ›  技术社区  ›  Sherwin

从ASP.NET中DataGrid的列中检索行数据

  •  2
  • Sherwin  · 技术社区  · 15 年前

    我已经使用此代码在DataGrid中创建了一个列按钮

    <Columns>
        <asp:ButtonColumn Text="Resend" ButtonType="PushButton" CommandName="Resend"></asp:ButtonColumn> </Columns>
    

    但是我不知道在哪里可以访问这个按钮的事件,而且我想知道如何检索这个按钮的行数据,谢谢。

    2 回复  |  直到 15 年前
        1
  •  0
  •   mr.b    15 年前

    尝试使用findcontrol。

    请参见此示例: http://www.jigar.net/articles/viewhtmlcontent4.aspx

        2
  •  2
  •   Binoj Antony    15 年前

    这里是一个 msdn example 如何做到这一点
    One more sample 用简单的代码。