Hi, I have developed my c# script where I want to have an date input field. How can I use umbraco calendar control to input date from the control. I tried putting control from "Ajax Extensions" version 1.0 but its not working.
This isn't recommended. The Umbraco calendar control is old and is completely replaced in 4.1 (the 4.0.x control has actually been removed from the project and moved into a legacy project).
Have a look here in regards to ajaxcontroltoolkit issues with umbraco installs, this might help:
umbraco calendar control to input date
Hi, I have developed my c# script where I want to have an date input field. How can I use umbraco calendar control to input date from the control. I tried putting control from "Ajax Extensions" version 1.0 but its not working.
<umb:PropertyPanel ID="PPanel6" runat="server" Text="Expiry Date">
<asp:TextBox ID="txtExpiryDate" runat="server" MaxLength="250"
></asp:TextBox>
</umb:PropertyPanel>
Regards
Nauman
This isn't recommended. The Umbraco calendar control is old and is completely replaced in 4.1 (the 4.0.x control has actually been removed from the project and moved into a legacy project).
Have a look here in regards to ajaxcontroltoolkit issues with umbraco installs, this might help:
http://our.umbraco.org/wiki/how-tos/adding-ajaxcontroltoolkit-v3-support-to-umbraco
is working on a reply...