Ashwini Kotwal
How to do change s in AJAX CalendarExtendar control?
By Ashwini Kotwal in Custom Controls on Sep 05 2008
  • Munesh Sharma
    May, 2014 2

    http://www.aspdotnet-suresh.com/2012/06/ajax-calendar-extender-control-example.html

    • 0
  • emitra
    Oct, 2008 11

    Ask your Q here. http://forums.asp.net/1008.aspx

    • 0
  • Ashwini Kotwal
    Sep, 2008 5

    I want to give facility to enter Time (supporting culture format) in AJAX CalendarExtendar control along with the date. So I am trying to change AJAX Cotrol Toolkit source code. I have dynamically added one textbox in caldarExtendar control, but I am not able to read it's value. I have made changes in 'CalendarBehavior.js' file. Can anybody help me pls? // Reding value fron textbox var str = document.getElementById('txtHourTextbox').value; // ans : Undefined I have added texbox using the below code : var timeWrapper = $common.createElementFromTemplate({nodeName:"div"},this._footer); this._timeTextBox = $common.createElementFromTemplate({ nodeName:"div", properties : { mode : "time", innerHTML : "
    ", id : "txtHourTextbox" }, events : this._cell$delegates, cssClasses : [ "ajax__calendar_footer", "ajax__calendar_Hour" ] },timeWrapper);

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS