Re: How can I stop my Calendar control from firing the form validation events?
- From: "Mark Rae" <mark@xxxxxxxxxxxxxxxxx>
- Date: Thu, 8 Mar 2007 18:00:49 -0000
"mark4asp" <mark4asp@xxxxxxxxx> wrote in message
news:1173372573.926677.68960@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
* should I look for a pure javascript date picker?
That's certainly my preferred option...
Mark - there's a new AJAX control which looks very swanky to me:
Yes indeed...
I will have to use that one - I can't imagine a javascript control
being anything like as nice as that!
You'd be surprised...
Don't forget that every scroll and click fires a round-trip to the server
and back - a callback is (usually) much less costly than a postback, and
doesn't redraw the entire page obviously, but it's still a hit on the server
which, if you can avoid it, is almost always a good thing to do...
.
- References:
- Prev by Date: Date and Time question
- Next by Date: Re: Alert box doesn't appear
- Previous by thread: Re: How can I stop my Calendar control from firing the form validation events?
- Next by thread: Panel Visibility Problem on Postback
- Index(es):
Relevant Pages
|