Quantcast
Channel: User Brett Merrifield - Stack Overflow
Viewing all articles
Browse latest Browse all 37

Answer by Brett Merrifield for populating two drop down list on page load in one web form

$
0
0

Does this work?

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

Viewing all articles
Browse latest Browse all 37

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>