J
John Kotuby
Hi all,
Just wondering. I am converting an ASP application to ASP.NET 2.0. The ASP
version used a JavaScript Calendar that would pop up on the client side and
populate various text fields with the selected date. Very cool. I am trying
to emulate that behavior with the ASP.NET Calendar control, but it seems to
require a call back to the server (postback) to actually populate a textbox.
I can see how that would take a while for a dial-up connection. Even using
my local IIS server I can see a delay during refresh. Is there anyway to use
an ASP.NET calender in the browser without requiring a postback?
Considering that ASP.NET is much more advanced than "legacy" ASP, I am
guessing there must be a way to do this. Maybe I am trying to use the wrong
control or don't yet understand all it's capabilities.
Does anyone have any input on this or maybe can point me to a resource
describing such a use?
Thanks muchly for any help with this....
Just wondering. I am converting an ASP application to ASP.NET 2.0. The ASP
version used a JavaScript Calendar that would pop up on the client side and
populate various text fields with the selected date. Very cool. I am trying
to emulate that behavior with the ASP.NET Calendar control, but it seems to
require a call back to the server (postback) to actually populate a textbox.
I can see how that would take a while for a dial-up connection. Even using
my local IIS server I can see a delay during refresh. Is there anyway to use
an ASP.NET calender in the browser without requiring a postback?
Considering that ASP.NET is much more advanced than "legacy" ASP, I am
guessing there must be a way to do this. Maybe I am trying to use the wrong
control or don't yet understand all it's capabilities.
Does anyone have any input on this or maybe can point me to a resource
describing such a use?
Thanks muchly for any help with this....