|
Rank: Newbie Groups: Member
Joined: 12/20/2010 Posts: 3
|
Is it possible for the multipage to be used with a callback panel? I'm having no luck. If it is possible, what's the secret? My problem is that the buttons always seem to do a full postback when I'm trying to navigate from one pageview to the next. What is the preferred approach for this, and how to wire up the buttons so that they not only navigate to the next page, but they also do so with only a partial page post.
Thanks, Gregory MacKay
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
CallbackPanel should work with MultiPage fine, you just need to set the triggers correctly. What did you set as the trigger for the CallbackPanel?
Thanks!
|
|
Rank: Newbie Groups: Member
Joined: 12/20/2010 Posts: 3
|
Can the multipage be used inside an MS Updatepanel? I can't seem to get it to navigate from page to page when I do.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
It should work fine with either UpdatePanel or CallbackPanel.
Thanks!
|
|
Rank: Newbie Groups: Member
Joined: 12/20/2010 Posts: 3
|
Well, spun my wheels for hours thinking it was finally working and then to get that STUPID error message when it was posted to the server that it couldn't handle two of the callback panels on a page. Gee, worked fine in the development environment! So, silly me, I decided this could be fixed by putting everything in one callback panel. This wasted another large block of time while in the end the same error message comes up. COME ON!
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
If you wish us to look into the problem, please try to isolate the problem into a simple test page that can duplicate the problem and provide detailed step by step instruction on how to reproduce the problem. Once we have that we will try to run it here. As soon as we see the problem we should be able to tell you what's wrong.
Thanks!
|
|