Exemplo n.º 1
0
 private void BindState()
 {
     customerMaintenance.BindListControls(ddlState, "ListDesc", "ListValue", customerMaintenance.GetStates(), "-- Select State --");
 }