I Have the code for add to combo list, how to change to create button
Thank 

- {
- List<string>[] Addlist;
- list_Combo.Items.Clear();
- for (int i = 0; i < Addlist[0].Count; i++)
- {
- //int number = dgDisplay.Rows.Add();
- int number = Combo.Items.Add("");
- Combo.Items[number] = AddCatlist[0][i];
- }
- }
Mageshwaran RPosted Nov 14, 2019, 12:56 PM
Jaish MathewsPosted Jun 9, 2019, 2:14 AM
Suraj KumarPosted Jun 9, 2019, 1:09 AM