Quantcast
Channel: ASP.NET AJAX + Ajax Control Toolkit (ACT)
Viewing all articles
Browse latest Browse all 5678

Ajax calender extender not working

$
0
0

Hi

    I m working on web application and  i m using calender extender ,i want to create like  when user click on text box calender should popup

following is the code i used but nothing is happening

<asp:ToolkitScriptManager ID="ToolkitScriptManager1" runat="server">
</asp:ToolkitScriptManager>

<asp:CalendarExtender ID="CalendarExtender1" runat="server" TargetControlID="TextBox2" PopupPosition="Right" Format="dd/MM/yyyy">
    </asp:CalendarExtender>

but the same code i used in another application it works fine pls give your valuable  suggestion


Viewing all articles
Browse latest Browse all 5678

Trending Articles