Click here to Skip to main content
15,921,660 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Please help me with how to use or have DatePicker in ASP.NET.
I used AJAX calender but getting problem.

If there is any other way please tell me.

Thanking you
Posted
Updated 18-Mar-12 3:39am
v2
Comments
Keith Barrow 18-Mar-12 9:57am    
Can you let us know what the problem is? We can't help unless you narrow your problem down.

you can use jquert ui date picker ! very simple and easy too use !
 
Share this answer
 
Hello there,

you can use take a reference of following URL of J-query plugin :-

http://jqueryui.com/demos/datepicker/[^]

hope this will help you.

Regards
Andy.
 
Share this answer
 
you can use this calender. this is totally on client side and works with ASP.NET like a charm.

http://www.javascriptkit.com/script/script2/epoch/index.shtml[^]
 
Share this answer
 
This is for binding calendar to textbox:






$(window).ready(function(){
$('#TextBox1').datePicker({clickInput:true});
});
 
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