|
Rank: Member Groups: Member
Joined: 3/24/2009 Posts: 11
|
I hope you can help! I have a multipage object with various pageviews placed inside a callback panel, what i would like to do is to allow the user of the form to change the currently viewed page without a callback to the server. I can get the callback panel to work but the page view does not change. could it be that i am using the page view incorrectly - any help you could offer would be greatly appreciated (realateive new comer!)
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
The MultiPage control should automatically switch if you set a TabStrip's MultiPageID to the ID of the MultiPage control. This is switching on client side and has nothing to do with CallbackPanel.
If you are using a CallbackPanel to switch the MultiPage, then it will be easier for you to use multiple Panels and then just set each Panel's Visible to true or false. This is switching on the server side. The purpose of the CallbackPanel is go back to the server side without reloading the whole page.
Please feel free to let us know if you still have any questions.
Thanks!
|
|
Rank: Member Groups: Member
Joined: 3/24/2009 Posts: 11
|
Thanks for your assistance - just tried it and it does what it says on the tin Fantasic !!
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Cool. Glad that it works for you!
|
|