示例#1
0
        protected void thanaDropDownList_SelectedIndexChanged(object sender, EventArgs e)
        {
            string thanaName = thanaDropDownList.Text;
            int    id        = aDistrictThanaManager.GetThanaId(thanaName);

            centerDropDownList.DataSource = centerManager.GetCenterList(id);
            centerDropDownList.DataBind();
        }