简体   繁体   中英

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 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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM