Add an column to dataset in .net 1.1
- by prince23
hi,
i have dataset(dataset name dsEmp) with an 25 columns , here i need to add an new column with columname as "EndDate" of data type as string
now i need to import all the data from column18 whose datatype is Datetime to the newely created datacolumn "EndDate" once we import all the data from the column 18 to the newcolumn "EndDate" ,
we should remove the column18
hope my Question is clear,
can any one please help me this.