HI,
I am using VS 2012, C# and ASP.NET.
I have a datatable, in which the columns and rows are dynamic. Some of the rows might contains string as well as date values.
Is it possible to sort the datatable, so that the text or string values are shown first and then followed by the date values?
Thanks
Go to the complete details ...