asp.net
-
hi , I need to change only one column datatype of a datatable and remaining records and datatypes as it is. I have one datatable filled up with data records , i need same records in another datatable with only one column of price with changed datatype of int from string . datatable.copy() and clone () doesnt work caz they also copy structure of the original datatable. plz help. regards, max
-
hi , I need to change only one column datatype of a datatable and remaining records and datatypes as it is. I have one datatable filled up with data records , i need same records in another datatable with only one column of price with changed datatype of int from string . datatable.copy() and clone () doesnt work caz they also copy structure of the original datatable. plz help. regards, max
i think v cant able to change the datatype of an datatable(if there is any data rows in it), so u just create a new datatable and write a code to create the table and move the records to that new DataTable Raja :rose: