How to disabled particular dates in datetimepicker vb.NET
Are you looking for a way to disabled particular dates in datetimepicker using vb.NET ? then read this thread to know how to disable it
Hi All,
i have a datetimepicker in my module.
From date and To date in Windows form.
For ex
-
i select 01-08-2014 as from date,
then select 08-08-2014 as to date, and insert into sql.
Records Saved.
For the next time, while enter new entry, the existing selected from 01-08-14 inbetween 08-08-2014, this 8 days, should enable false. Means, user not allowed to enter the same inbetween dates.
Give me solution with code.
Regards,
Ramkumar G.R