I'm facing problem while conversion of date
if I used -- Date.parse("28/01/2011") it gives me error as
"String was not recognized as a valid DateTime."
so then I modify above code as -- CDate("28/01/2011") it gives me error as
"Cast from string "28/01/2011" to type 'Date' is not valid."
I used convert.todatetime also date.parseexact but nothing is working...
I'm using VS2003 in asp.net1.1 with vb.net