range in calendar
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
Is there a way to visualize an ranga in a calendar. Im readign start and stop date from a database. Now a want to set an range visible in a calendar object. So that the user can see it.
IMO, you can create your own custom calendar control by superclassing the current standard calendar control in the .Netframework. Then you provide the logic to do the checking when the control is rendered to make sure that only date values in the range are visible and selectable.