<%@ Register Namespace="AjaxControlToolkit" Assembly="AjaxControlToolkit" tagPrefix="cc1" %>
Height="20px" ImageAlign="Top" Width="25px" /> |
from my above code
i want to add code to disable current date.for that how to write the code from my above code please help m
Vishnujeet KumarPosted Dec 26, 2012, 4:38 AM
http://www.codeproject.com/Articles/259776/Extending-an-AJAX-Toolkit-Control-Disabling-past-d
change one line code like.
if (myCurrentDate < myTodaysDate) replace as
if (myCurrentDate==myTodaysDate)