Wednesday, March 21, 2012

ajax SlideShowExtender

Working with Ajax slideshowextender, really nice work from ajax-group!

Just have a litte prob, and that is that I want the extender to rebind data from database, (ie .init) (force the extender to reload) when I have updated image-name or image-description in database-record.
I dont want to postback the entire page, because my extender is in a webpart.

Anyone have a suggestion how to do??

I am not sure if it is possible to have this without a postback. However, you can stick the extender inside an update panel and that should allow you refresh the slide show without causing the entire page to be re-rendered. You will not be able to have a webpart inside an update panel though. It is notsupported.


UpdatePanel fixed my problem, just after I posted the first post...but tnx for confirming!

No comments:

Post a Comment