asp.net - Using date picker control how to enable particular days -
using date picker control want enable saturday , remaining dates should disabled.
you need use datetimepicker.mindate property
property of datetime picker control have minimum date , time can selected in control. again, have set specific date , not saturdays.
Comments
Post a Comment