Hello, There are some column names from a datatable that resides in a listbox.The user is able to select multiple columns from that listbox. Is there any possible way to show the data in a datagrid based on the selected columns?
Example: contents of list box :- studentID,Name,Class,Grade. User selected :- Name, Class and grade. Gridview shows :- Name Class and Grade. Thanks in advance.
