Question How to filter datagridview?

arpit08

New member
Joined
Aug 21, 2011
Messages
4
Programming Experience
1-3
HI ,
I am using a datagridviewer which contains a table from the datasource.
I want to eliminate the rows which have the a difference of atleast 15 between the
ISSUE_DATE and the current date.
i used the datediff() function in vb but the error comes up stating datagridviewer cell doesnt have the
'date' datatype.
how can i resolve the problem or any other method to achieve the purpose?
 
Back
Top