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?
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?