info binding

empInfoManager.GetEmpInfoByName(this.DropDownList1.SelectedItem.ToString());

empInfoManager.GetEmpInfoByID(this.DropDownList1.SelectedValue);

原文地址:https://www.cnblogs.com/greencolor/p/1737018.html