protected void ShowRecords(object sender, EventArgs e)
 {
     SqlDataSource8.DataBind();
     GridView2.DataBind();
     UpdatePanel1.Update();
     Button1.Visible       = true;
     Panel1.Visible        = true;
     DropDownList4.Visible = true;
     Page.ClientScript.RegisterStartupScript(GetType(), "id", "toggle_forms('UpdateMarks')", true);
 }
Ejemplo n.º 2
0
 protected void ASPxGridView2_CustomCallback(object sender, ASPxGridViewCustomCallbackEventArgs e)
 {
     SqlDataSource1.DataBind();
     ASPxGridView1.DataBind();
     SqlDataSource13.DataBind();
     ASPxGridView3.DataBind();
     SqlDataSource15.DataBind();
     ASPxGridView5.DataBind();
     SqlDataSource8.DataBind();
     ASPxGridView7.DataBind();
 }