OnChangeMonthYear AJAX Event

I am using an inline date picker. I added an OnChangeMonthYear event so that I can get the month / year and do a few things.
One of things is that I want to set the date picker's Date property to the first date with an available event. IF I implement the event as an AJAX event, it always resets the month to the first month / year when the date picker was rendered. If I implement the event as NON-AJAX, it works fine but the screen does a full submit.
Any idea on how to fix this?
Thanks!
Aggie85
One of things is that I want to set the date picker's Date property to the first date with an available event. IF I implement the event as an AJAX event, it always resets the month to the first month / year when the date picker was rendered. If I implement the event as NON-AJAX, it works fine but the screen does a full submit.
Any idea on how to fix this?
Thanks!
Aggie85