protected void EduView_RowCommand(object sender, GridViewCommandEventArgs e)
        {
            
if (e.CommandName == "EduEdit")
            {
                LinkButton lk 
= (LinkButton)e.CommandSource;
                GridViewRow dr 
= (GridViewRow)lk.Parent.Parent; //取得对应行
            }
        }
posted on 2007-09-11 12:45  Mercury  阅读(224)  评论(0编辑  收藏  举报