예제 #1
0
        private void Page_Load(object sender, System.EventArgs e)
        {
            //Put user code to initialize the page here
            base.GHTTestBegin((HtmlForm)this.FindControl("Form1"));
            System.Web.UI.WebControls.TableStyle myStyle = new TableStyle();

            myStyle = (TableStyle)Table1.ControlStyle;
            myStyle.Reset();
            Table1.Rows[0].Cells[0].ApplyStyle(myStyle);
            base.GHTTestEnd();
        }