我若是想像gridview一样批量设置他的属性怎么办
GridViewRow gvr = g.BottomPagerRow;
((LinkButton)gvr.Cells[0].FindControl(yi)).Text = "1";
((LinkButton)gvr.Cells[0].FindControl(er)).Text = "2";
((LinkButton)gvr.Cells[0].FindControl(san)).Text = "3";
((LinkButton)gvr.Cells[0].FindControl(si)).Text = "4";
((LinkButton)gvr.Cells[0].FindControl(wu)).Text = "5";