c# - Bind drop down list to calendar with conditions -
I'm new to ASP.NET and C # and I'm having trouble completing a project. I am trying to create a page where a user can select an item from a drop-down list, which has four options, each option is linked to specific days and times of the week. I am trying to do this, when a user selects an option where the specified days are Monday, Wednesday and Friday, so that it makes such a so that the related calendars are selected only on Monday, Wednesday or Friday. Allows
There is no way in which you want to do it. Check out some JavaScript calendar pickers that can be configured which only allows a few months and uses it at the front end.
Comments
Post a Comment