hi,
i'm trying to do some appointment book
so i decided to use MonthCalendar control and date changed event for choose the date
i tried dataset.table.rows.find() function on other tables which have int primary key and it works
its finds my row/s i need
but when i tried this func. on date type primary key it cannot find
i tried to
search with date type ==> fail
search with string type like 03.07.2012 ==> failed etc.
does anyone know what should i do?
thx for helps.