UC_Test uc = (UC_Test)Page.LoadControl("./UserControls/UC_Test.ascx");
TableCell1.Controls.Add(UC_edit);用TableCell1.Controls.Clear(); 可以清除TableCell1的所有控件,但指定要去除某一个呢?我知道TableCell1.Controls.Remove()如何用!System.Web.UI.Control value 是指的是什么?