开发者

selecting multiple days (10 days) in a calendar control in ASP.NET

开发者 https://www.devze.com 2023-01-29 00:29 出处:网络
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 lik

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消