gruber
gruber

Reputation: 29729

updatePanel with animation scripts

Ive got div and change its content depending on which li element I click. I use updatePanel to change div content. I wonder if its possible to acheive nice jquery animations fade outs fade ins and so on using this technique.

Thanks for any suggestions and help, bye

Upvotes: 0

Views: 298

Answers (2)

Kendrick
Kendrick

Reputation: 3787

Update panels do a full (well, almost) postback and reload the content of the panel. You should be able to add your fades to the panel, but be aware that you're dealing with new content in the panel each time, so your methods would have to be called from inside the panel...

Upvotes: -1

Related Questions