Why does moving the month in the title bar of the calendar control do a
postback? Is there any way to stop this? Thanks.
David
Phil H - 08 Dec 2007 20:50 GMT
> Why does moving the month in the title bar of the calendar control do a
> postback? Is there any way to stop this? Thanks.
>
> David
No I'm afraid not. The calendar control is very much a server-side
control. It doesn't create any Javascript to emulate its behaviour.
SMiGL - 10 Dec 2007 08:06 GMT
> Why does moving the month in the title bar of the calendar control do a
> postback? Is there any way to stop this? Thanks.
Calendar control is only server side control. You can use
CalendarExtender that work in client side.