I have tried to filter the DateTime column from a DataTable using RowFilter and the column contains the Date with the Time.
I have tried like below,
dataView.RowFilter = "[Date] = #6/26/2011 2:53:24 PM#";
But the filter is not working.
Could anyone please update me the proper filter string to filter the date column in DataTable ?