Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Jan 11, 2013 03:42 AM by Decker Dong - MSFT
Member
9 Points
55 Posts
Jan 08, 2013 06:44 AM|LINK
As there any such calendar control in which i enter dates to include/exclude or weekends to include/exclude in the browser.
and the calendar changes its properties according to my instruction which i give in the browser.
Contributor
3008 Points
572 Posts
Jan 08, 2013 09:17 AM|LINK
Use AjaxCalendar Extender :
http://www.asp.net/ajaxLibrary/AjaxControlToolkitSampleSite/Calendar/Calendar.aspx
Also refer below links, to modify it in your way :
http://forums.asp.net/t/1385357.aspx
http://stackoverflow.com/questions/12142548/calendar-extender-not-displaying-correctly
All-Star
118619 Points
18779 Posts
Jan 10, 2013 01:09 AM|LINK
Adnan dani Adnan dani
Hi,
I'm afraid you have to do it with code-behind to tell.
Until now Microsoft hasn't offered such a control yet.
Jan 10, 2013 05:19 PM|LINK
thanks dong
can you give me any such idea throug which it can be done
Jan 11, 2013 03:42 AM|LINK
Hi Adanan:)
1) First you can use Calendar control or AJAX Calender control.
2) Then fetch out the specific value from the control and then tell whether it's weedday by referring "DateTime's DayOfWeek" property.
Adnan dani
Member
9 Points
55 Posts
Manually controlled calendar
Jan 08, 2013 06:44 AM|LINK
As there any such calendar control in which i enter dates to include/exclude or weekends to include/exclude in the browser.
and the calendar changes its properties according to my instruction which i give in the browser.
Sujeet Saste
Contributor
3008 Points
572 Posts
Re: Manually controlled calendar
Jan 08, 2013 09:17 AM|LINK
Use AjaxCalendar Extender :
http://www.asp.net/ajaxLibrary/AjaxControlToolkitSampleSite/Calendar/Calendar.aspx
Also refer below links, to modify it in your way :
http://forums.asp.net/t/1385357.aspx
http://stackoverflow.com/questions/12142548/calendar-extender-not-displaying-correctly
Do FEAR (Face Everything And Rise)
Please mark as Answer if my post helps you..!
My Blog
Decker Dong ...
All-Star
118619 Points
18779 Posts
Re: Manually controlled calendar
Jan 10, 2013 01:09 AM|LINK
Hi,
I'm afraid you have to do it with code-behind to tell.
Until now Microsoft hasn't offered such a control yet.
Adnan dani
Member
9 Points
55 Posts
Re: Manually controlled calendar
Jan 10, 2013 05:19 PM|LINK
thanks dong
can you give me any such idea throug which it can be done
Decker Dong ...
All-Star
118619 Points
18779 Posts
Re: Manually controlled calendar
Jan 11, 2013 03:42 AM|LINK
Hi Adanan:)
1) First you can use Calendar control or AJAX Calender control.
2) Then fetch out the specific value from the control and then tell whether it's weedday by referring "DateTime's DayOfWeek" property.