How to add a new column with data to an existing Datatable which as records filled from Database in ASP.Net?

chiru_yahoo

New member
Hi

i have a datatable with 4 columns and all the columns got filled from database. this Datatable has 20 records.

Now, I need to add or create a new Column to that DataTable and this column has to be filled by data from frontend only [ASP.net Code]

So, please help me out how to create a new column with data.

Thanks
Yadav
 
Back
Top