【Vegas原创】GridView模板列通过ImageButton获取当前列

   protected void ImageButton2_Click(object sender, ImageClickEventArgs e)
    {
        divGrdShow.Visible 
= true;

        
//获取编辑行的索引
        ImageButton imageBut = sender as ImageButton;
        GridViewRow Row 
= imageBut.NamingContainer as GridViewRow;
        
int id = Row.RowIndex;

        bindGridShow(id);
    }

 

posted @ 2008-06-18 16:08  李济宏(Amadeus)  阅读(129)  评论(0编辑  收藏  举报