Nov 12, 2019
C#.Net Lessons
Do you know , can add Combo box items in C#.Net as inline statement using object array.
cmb_catagory.Items.AddRange( new string[] {"Receipt List","Payment List","Journal List","Customers List","Supplier List" } );
View On WordPress









