I have registered Obout calendar and used like below:-
<%@ Register Assembly="obout_Calendar2_Net" Namespace="OboutInc.Calendar2" TagPrefix="cc3" %>
<asp:TextBox ID="txtDtOfBirth" runat="server" Width="50"></asp:TextBox>
<cc3:Calendar ID="txtDtofBirthCalendar" runat="server" DatePickerMode="true" TextBoxId="txtDtOfBirth"
OnClientDateChanged="_calculateAgeFromCalendar" DateFormat="dd/MM/yyyy" DatePickerImagePath="../../Images/icon2.gif"
CultureName="en-GB">
</cc3:Calendar>
But I am getting error as
There was an Error initializing obout Calendar with ID txtDtofBirthCalendar.
Please help
Go to the complete details ...