The calendar control like many server controls does a postback when any particular item on it is clicked. You will have to write code in the codebehind page in the selectionchanged event or monthchange event of the calendar control and do a server.transfer or response.redirect to the page u want.