Sunday, March 11, 2012

UpdatePanel Behavior If No Javascript?

Hi,

1. if you put the button inside an UpdatePanel, you'll get a full postback if JavaScript isn't enabled; ajax postback otherwise.

2. No, the UpdatePanel doesn't work on Safari at the moment.


Regarding #1:

You can manually do that by doing whatever browser detection you want and disable EnablePartialRendering on the ScriptManager. We're considering adding a feature where we'll do some of that work automatically as well, but we haven't finalized on it just yet.

Thanks,

Eilon

No comments:

Post a Comment