【Vegas原创】巧用GridView ButtonField列

【Vegas原创】巧用GridView ButtonField列

【Vegas原创】巧用GridView ButtonField列  <asp:ButtonField Text="成立"  CommandName="assReg"/>

 

  protected void grdSignedAss_RowCommand(object sender, GridViewCommandEventArgs e)
    {
        
if (e.CommandName == "assReg")
        {
            
int intRow = int.Parse(e.CommandArgument.ToString()); //获取当前所在行
              string strUniqueID = grdSignedAss.DataKeys[intRow].Value.ToString();
        }
    }

 

版权声明:程序员胖胖胖虎阿 发表于 2022年8月30日 上午8:32。
转载请注明:【Vegas原创】巧用GridView ButtonField列 | 胖虎的工具箱-编程导航

相关文章

暂无评论

暂无评论...