I had a DIV html element absolute positioned, transparent and with an astronomical z-index. Whenever I want to show that the web page is contacting the server and that the user should be patient I would change the css display value to the default and the cursor to progress. This stopped the user from causing [...]
.ajax__calendar_title {width:150px; margin:auto; padding:3px;} Taken from here: http://forums.asp.net/p/1395899/3000757.aspx If you are finding that you can’t click on the arrows on the Calendar Extender in IE 8 try using the following css. .ajax__calendar_title{width:150px; margin:auto; padding:3px;} It stops the calendar title from extending over the arrows.