teabag99 0 Newbie Poster

Hi,

I have been asked to develop an application for a coalition of disabled users. It therefore has to conform to accessibility standards. One of the requirements is that pages work with javascript disabled (compliance with old screen reader technology).
I wish to use the calendar control but have a problem with the way next or previous month navigation elements are rendered using linkbuttons and autopostback.
What I want to do is to add two buttons (next & prev) and when the user clicks on these, raise the VisibleMonthChanged event.

Any advise is greatly appreciated.