Click here to Skip to main content
15,886,799 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I used the the calendar extender ajax toolkit ...
I wanna when click in the textbox the calendar open
....
How i can do this

What I have tried:

<asp:ToolkitScriptManager ID="ToolkitScriptManager1" runat="server" />
               <asp:TextBox ID="TextBitrh" runat="server" Width="120px"></asp:TextBox>
               <asp:ImageButton ID="ImageButton1" runat="server" Height="25px"
                   ImageUrl="~/images (2).jpg" Width="25px" />
               <asp:CalendarExtender ID="CalendarExtender1" runat="server" Format="dd/MM/yyyy"
                   PopupButtonID="ImageButton1" PopupPosition="BottomRight"
                   TargetControlID="TextBitrh">
               </asp:CalendarExtender>
Posted
Updated 27-Jul-16 4:11am

 
Share this answer
 
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900