Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
120
Populating UltraComboEditor with 3 Columns
posted

Hi,

I am new to UltraComboEditor and i would wish to populate the combo with three columns only, where in the _objLedger contain total 15 columns.

Code ----------------------------------------------------------

List _objLedger = new List();
_objLedger = _objClsLedger.GetLedgerListDT(Utility.glbClientID, _intCCode, _strFinYear, _strFields, 26);

cboLedger.DataSource = _objLedger;

cboLedger.DisplayMember = "ADispName";
cboLedger.ValueMember = "ACode";
cboLedger.DataBind();

End Code -----------------------------------------------------------

Looking forward for your reply

Parents Reply Children
No Data