why no person to reply me?

解决方案 »

  1.   


    dgOperatorlist.DataSource = dataset;
    dgOperatorlist.ShowFooter = true;
    dgOperatorlist.DataBind();
    Table t = (Table) dgOperatorlist.Controls[0];
    t.Rows[t.Rows.Count-1].Cells[0].Text = "text";
    t.Rows[t.Rows.Count-1].Cells[2].Text = "text";";
    t.Rows[t.Rows.Count-1].Cells[3].Text = "text";;
    t.Rows[t.Rows.Count-1].Cells[4].Text = "text";;
    t.Rows[t.Rows.Count-1].Cells[5].Text = "text";;--------------------------
    学习一下。
      

  2.   

    to up :
     我在DataGrid的PreRender事件里加的,怎么不显示出来?