http://shilei831115.blog.hexun.com/7783567_d.html
GridViewRow gr = ((ImageButton)sender).Parent.Parent as GridViewRow;
这个gr就是那个行  然后你就可以取行里面的任何控件了 ((ControlTypeName)gr.FindControl("ControlName")).PropertyName= ("PropertyNameType")new object();