For Each drow As DataRow In dt.Select("isdate(F1)")
.....code here stripped off , but was to loop through all columns
NEXT
but i get following error when i run the above code
"The expression contains undefined function call isdate()"
So the datatables select method cannot recognize isdate function, but
then what is the other way to do the same?
Any help greatly appreciated
Regards
http://msdn2.microsoft.com/en-us/magazine/cc188790.aspx
might help a little with what is available.
You'll need to go to LINQ if you want more advanced control like that.
"nlulla" <nirav...@gmail.com> wrote in message
news:2c976696-8799-4a97...@x35g2000hsb.googlegroups.com...