Does this work?
protected void Page_Load(object sender, EventArgs e) { if (!this.IsPostBack) { this.PopulateDropDownList1(); this.PopulateDropDownList2(); } }
Does this work?
protected void Page_Load(object sender, EventArgs e) { if (!this.IsPostBack) { this.PopulateDropDownList1(); this.PopulateDropDownList2(); } }