i have tried below code but no use at all. please help me out here
<asp:TextBox ID="txtDispInDate" runat="server" Width="200px"></asp:TextBox>
<asp:CalendarExtender ID="CalDispInDate" runat="server" Enabled="True" Format="dd/MM/yyyy"
CssClass="calender" TargetControlID="txtDispInDate" >
</asp:CalendarExtender>