D David C Dec 7, 2007 #1 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
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
P Phil H Dec 8, 2007 #2 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 Click to expand... 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.
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 Click to expand... 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.
S SMiGL Dec 10, 2007 #3 Why does moving the month in the title bar of the calendar control do a postback? Is there any way to stop this? Thanks. Click to expand... Calendar control is only server side control. You can use CalendarExtender that work in client side.
Why does moving the month in the title bar of the calendar control do a postback? Is there any way to stop this? Thanks. Click to expand... Calendar control is only server side control. You can use CalendarExtender that work in client side.