Ejemplo n.º 1
0
 private void BindNotesType()
 {
     customerMaintenance.BindListControls(ddlType, "ListDesc", "ListValue", customerMaintenance.GetNotesType());
     SelectItem(ddlType, "Credit");
 }