This is a migrated thread and some comments may be shown as answers.

TabStrip/Multipage updates in Wizard

1 Answer 83 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
RS
Top achievements
Rank 1
RS asked on 14 Mar 2011, 07:56 AM
Hello,

I'm new to telerik and using ASP.NET3.5 / C#.
I'm trying to have a TabStrip using it as a Wizard just like the Demo on the telerik site. The only difference is I want to have a Preview ascx as one of the TabStrip instead of having it displayed beside the TabStrip.

I'm having a issue with updating the value in 'Preview' tab.
For first entries on each Tab go correctly on 'Preview' tab, however if I go back to the tab such as 'Personal Info' tab, make some modifications and keep clicking 'Next' button to see the last 'Preview' tab, modifications aren't reflected on 'Preview' tab correctly. The information on 'Preview' tab just stays as first entries.
I'm using 'RadAjaxPanel' same as Demo uses. I also tried to use 'RadAjaxManager' instead, but it didn't work.

What am I missing? What should I have?

Any suggestion would be appreciated.
Thank you in advance,

RS

1 Answer, 1 is accepted

Sort by
0
RS
Top achievements
Rank 1
answered on 16 Mar 2011, 05:50 AM
From my search, I'm getting focused on what is the issue with my program.

I said I'm having TabStrips just like a Demo - Wizard but with Preview ascx as one of the TabStrip. However I'm also trying to pull the saved data from database binding them to each control for editing. In the editing mode, if I make changes on controls and go to next Tab, the modified data won't persist. they go back to the original data. I know it's related to postback. But how can I prevent it from postback?

Hope some one can give me the hint...

Thank you in advance.

RS

Tags
TabStrip
Asked by
RS
Top achievements
Rank 1
Answers by
RS
Top achievements
Rank 1
Share this question
or