protected void Page_Load(object sender, EventArgs e) { if (!Page.IsPostBack) { CtlAgreeExplanRepeat11.AgrrementID = Convert.ToInt32(Request.QueryString["aid"].ToString()); CtlAgreeExplanRepeat11.NotDefaultAgree = true; CtlAgreeExplanRepeat11.BindDD(); CtlAgreeExplanRepeat11.BindGrid(); } }
protected void Page_Load(object sender, EventArgs e) { if (!Page.IsPostBack) { CtlAgreeExplanRepeat11.NotDefaultAgree = false; CtlAgreeExplanRepeat11.AgrrementID = 0; CtlAgreeExplanRepeat11.BindDD(); BindSubject(); CtlAgreeExplanRepeat11.SubjectID = ddsubject.SelectedValue; CtlAgreeExplanRepeat11.BindGrid(); CtlAgreeExplanRepeat11.NotDefaultAgree = false; } }
protected void ddsubject_SelectedIndexChanged1(object sender, EventArgs e) { CtlAgreeExplanRepeat11.SubjectID = ddsubject.SelectedValue; CtlAgreeExplanRepeat11.BindGrid(); }