Hi folks, i wanted to know if there's a way i can save into a string array the values contained in a datatable.
Also, i know i can save into a combobox the values of a DataTable containing a SQL query from a Database, but is there a way i can get this values saved in the combobox, to save them in a string array?
Class1 Object1=new Class1();
this.combobox1. DataSource=Obje ct1.MethodDataT able();
Also, i know i can save into a combobox the values of a DataTable containing a SQL query from a Database, but is there a way i can get this values saved in the combobox, to save them in a string array?
Class1 Object1=new Class1();
this.combobox1. DataSource=Obje ct1.MethodDataT able();
Comment