ScriptManager.RegisterStartupScript(this.update1, this.update1.GetType(), "funShowCell", "funShowCell()", true);
this.update1是UpdatePanel的ID
ScriptManager.RegisterStartupScript(this.update1, this.update1.GetType(), "funShowCell", "funShowCell()", true);
this.update1是UpdatePanel的ID