asp.net - Ajax Calendar Extender doesn't work -


i know silly question, bu can't asp.net calendar extender work. looking @ problem hours now. can please me.

i've downloaded code asp.net ajax website , i've added dll toolbox.

this code of page

<%@ register assembly="ajaxcontroltoolkit" namespace="ajaxcontroltoolkit" tagprefix="asp" %>  <asp:scriptmanager id="scriptmanager1" runat="server"> </asp:scriptmanager>  <asp:textbox id="textbox1" runat="server"></asp:textbox> <asp:calendarextender targetcontrolid="textbox1" runat="server"></asp:calendarextender> 

when click textbox, behaves normal textbox. doesn't show calendar.

is there forget, or there doing wrong?

replace scriptmanager toolkitscriptmanager


Comments

Popular posts from this blog

400 Bad Request on Apache/PHP AddHandler wrapper -

Add email recipient to all new Trac tickets -

php - Change action and image src url's with jQuery -