I can\'t read dates from ajax calendar control after date selection
http://www.asp.net/ajaxLibrary/AjaxControlToolkitSampleSite/Calendar/Calendar.aspx
I don
In this case you should invoke getAttribute("value").
getAttribute("value")
I believe getText() only returns the inner text of the element, not the inputted value.
getText()