calender control i want change year fastly
hi,calender control i want change year fastly.but iam getting problem for selecting 20yrs back dates
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
jitendra patelPosted Aug 6, 2010, 8:47 AM
please Refer this
-->
Protected void Button_click( )
{
label1.text=calender1.selecteddate.longdate.tostring();
}
protecd void Page_load( )
{
datetime dt=new datetime(1985,03,21);
calender1.visibledate=dt; (this for month and year)
calender1.selecteddate=dt; (this for only date)
}
Satyapriya NayakPosted Aug 6, 2010, 5:11 AM
Here is a solution for you.so run the attachments
Thanks
Please do not forget to mark as Accepted answer if it helped you.
Madhu KPosted Aug 6, 2010, 3:04 AM
http://www.asp.net/ajax/ajaxcontroltoolkit/samples/calendar/calendar.aspx
Deepak BhatiaPosted Aug 5, 2010, 1:54 AM