Click here to Skip to main content
15,890,438 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,



I have solved this with telerik datetime picker. Thanks for help from everyone.
Posted
Updated 20-Sep-13 1:58am
v5

 
Share this answer
 
v3
Hi...
add the reference 'AJAXExtensions Toolbox' to the project.
XML
<asp:TextBox ID="txtvalidityfrom" runat="server"></asp:TextBox>
<asp:CalendarExtender ID="txtvalidityfrom_CalendarExtender" runat="server"
TargetControlID="txtvalidityfrom"></asp:CalendarExtender>

THANK U.
 
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