-
[2005] Calendar
Does this cost money? And what does my asp.net application need to be/need to have to use AJAX?
I have a calendar control that I wrote based on someone else's code. You can't easily skip through years. So when it defaults to today's date, if you want today's date last year, you have to hit the arrow button 12x (or manually type your desired date, but that defeats the purpose of having a calendar control!)
Thanks.
-
Re: [2005] Calendar
To set up AJAX look here:
http://www.asp.net/AJAX/AjaxControlT...ugh/Setup.aspx
Its alot easier to use on a new applicaiton because once you install the toolkit you can just create a AJAX enabled website straight through VS. Once you get around the enviorment setup you'll love it. It really makes alot of things easier.
edit: and no it does not cost money.
-
Re: [2005] Calendar