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?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.