in SQL Server And Adding Columns Dynamically in table
i have header of table in combobox and data in gridview then how to create table in database with combobox item value as a column name n defalut datatype and data is in gridview using c# window application
Joginder BangerPosted Mar 20, 2015, 4:25 PM
first of all am confused with your requirement, why are you create a dynamic table. If you really need this, i have no problem. First you create a combobox event and set the create tables query.