Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Any Free Alternative to the ASP.net Calendar Control? [closed]

Here are the problems I am having with the control from the factory:

  • no easy way to get the first visible date (yeah I could use day render, but at that point in the page cycle, I can't do what I need to, which is manipulate a collection in viewstate)
  • changing the visibledate property in my code does not raise the visiblemonthchanged event. That just doesn't make any sense to me.

Can someone suggest a free, improved calendar control?

like image 530
Ronnie Overby Avatar asked Jan 02 '26 06:01

Ronnie Overby


1 Answers

jQuery datepicker:

example:

<input id='datepicker' class='datepicker' />

$(function(){
$(".datepicker").datepicker({ 
                          buttonImage: "/Content/img/calendar.gif", 
                          buttonImageOnly: true });
});
like image 117
TStamper Avatar answered Jan 03 '26 18:01

TStamper



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!