R
Ritesh Jain via DotNetMonster.com
Hi,
I want to filter out all the records of my Datatable based on the Column whose Datatype is Datetime....................What will be the Rowfilter string.......I tried with..
"Isnull(ActualCloseDate,'') = ''"
"Isnull(ActualCloseDate,0) = 0"
But no success...........
any help will be appreciated.....
Reagrds,
Ritesh
I want to filter out all the records of my Datatable based on the Column whose Datatype is Datetime....................What will be the Rowfilter string.......I tried with..
"Isnull(ActualCloseDate,'') = ''"
"Isnull(ActualCloseDate,0) = 0"
But no success...........
any help will be appreciated.....
Reagrds,
Ritesh