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

Advice come back in pageview wizard step

4 Answers 31 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
Pierre
Top achievements
Rank 1
Pierre asked on 16 Apr 2010, 04:26 PM
Hi,

I triing to use tabstrip Wizard to build one payment gateway. During the first step you adding your items in the cart, next go to payment gateway. After that i need to go outside to the external site and come back after validate the payment like paypal. If i load one new page i lost my data. It's possible to return from one external page and move to next step programatically using somelese like a service to prevent new page loading?. Others ways to go outside and come back in one defined wizard step?.

Thanks, Regards.

4 Answers, 1 is accepted

Sort by
0
Bill
Top achievements
Rank 1
answered on 01 Oct 2012, 05:36 AM
I too am looking for the exact same solution.  I personally think this would be a easy and simple method of implementing a paypaly button inside the wizard control as part of one of the steps.  The problem is the Paypal button code can not be read inside the .aspx page very easily only html page.

It appears there is not easy solution.  I would love to hear back from the community?

Bill.
0
Nencho
Telerik team
answered on 03 Oct 2012, 03:38 PM
Hello Romi,

One possible scenario is to use the Session to store the filled fields and after response from any external page, to rebind the data. Another possible way is to store the data in DataBase, which you could also use to rebind the fields and the current step, when need to continue with the wizard.

Regards,
Nencho
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Bill
Top achievements
Rank 1
answered on 13 Mar 2013, 04:47 PM
Can you recommend a sample of this?
0
Nencho
Telerik team
answered on 18 Mar 2013, 04:34 PM
Hello BIll,

I am afraid that currently, I cannot provide you with a sample implementing a PayPal button. I can suggest you to refer to this forum thread where a similar topic is discussed.

Regards,
Nencho
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
TabStrip
Asked by
Pierre
Top achievements
Rank 1
Answers by
Bill
Top achievements
Rank 1
Nencho
Telerik team
Share this question
or