Calendar control, with scroll on year basis
Web Development
2
Posts
2
Posters
0
Views
1
Watching
-
I need to display a calendar where i can select the year from combo box... asp.net does not provide this and it makes a postback each time... any remedy??? Regards gP
Use javascript calendar objects. You should still be able to get the form values from the request and it doesn't perform a postback each time. I did a quick search on Google for 'javascript calendar' and these popped up along with 100+ more. http://www.calendarxp.net/[^] http://www.hotscripts.com/JavaScript/Scripts_and_Programs/Calendars/[^] Good luck with your project. -John