selecting multiple days (10 days) in a calendar control in ASP.NET
There is a calendar control in asp.net
For selection mode, there is day, dayweek and dayweekmonth.
But开发者_JAVA技巧 I wanna select randomly like every monday for the selected month.. something like that.
For that, I need to do the custom method.
Any idea?
forums.asp.net/p/1032656/3645334.aspx
copy the code from that page, create a new project. the type is webcustomcontrol.
paste it inside..
place the line below in the page u want to call that calendar..
@ Register Assembly="CustomControl" TagPrefix="cc" Namespace="CustomControl"
can use it already.
精彩评论