As you've discovered, the ASP.NET calendar is very much a server-side
control and what you're describing is a client-side application.
You might want to investigate a JavaScript calendar that would put the
selected value into a textbox.
http://javascript.internet.com/calendars/
"Tom" <> wrote in message
news:...
> Calendar Control does not have <AutoPostBack> property. Therefore every
time
> user clicks on a day the page gets posted to the server. Does anybody know
> how to disable this behavior. What I really want is to let the user
choose
> the day or the month they want and then click on a button to have the page
> process at the server. Any help would be appreciated. Thanks.
>
>