المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Combobox and listbox control



C# Programming
06-30-2009, 05:21 PM
On form load event i am loading dt Datatable obj from DB.

Setting Listbox control dataSource to dt, and respective display member, value member property. But its taking almost 2 sec,

If i do same for combobox control it takes hardly .1 sec

Why this behavior?