Click here to Skip to main content
15,867,453 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I require in my project an ajax calander,in which if i m clicking view week thn it should show columns of days vs time and in that i can make reminders.Is any calander control available in ajax that can fulfil my requirement??
Posted

You can not use AJAX control with Desktop Application since it is Asynchronous JavaScript and XML.
To fulfill your requirement
use TextBox click event to show calender control
 
Share this answer
 
v2
 
Share this answer
 
Comments
maxrockM 23-Feb-13 4:28am    
Will This work in Desktop App?? :)
Devang Vaja 23-Feb-13 4:34am    
for desktop see below link
http://www.c-sharpcorner.com/uploadfile/susanabraham/custom-calendar-control-in-vb-net/
you cant use ajax for this purpose ...
on desktop application you can use panel to show calender and
button /textbox events to show or hide that calender
 
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