asp.net - Ajax tool kit Calendar Extender Limit Year selection -
i using ajax tool kit calendar extender control, want limit year selection 1900 current year only. have seen here year limit use startdate , enddate when in code behind writing
calendarext.startdate
its giving error
'ajaxcontroltoolkit.calendarextender' not contain definition 'startdate' , no extension method 'startdate' accepting first argument of type 'ajaxcontroltoolkit.calendarextender' found (are missing using directive or assembly reference?)
even in designer checked in properties window,there no such property exists control
try getting new version of ajax control toolkit..the start , enddate properties introduced in releases after september 2011..i have getting both start date , end date properties on calendar extender..
Comments
Post a Comment