Passing data between page wizard steps

Yehuda Lando asked on October 18, 2014 18:00

Hi,

I'd like to pass data between two page wizard steps. I tried to use SaveStepData and add the data as a property on the event args, but that doesn't seem to work. Is there another way?

Thanks

Correct Answer

Jakub Oczko answered on October 19, 2014 08:40

Hi,

page wizard doesn't have any persistent storage. Event args are stored within the request only. You have to use your custom logic to do this. With dependence on data structure you can use Session, Cookie, Cache, File system...

Jakub

1 votesVote for this answer Unmark Correct answer

Recent Answers


Yehuda Lando answered on October 19, 2014 09:43

Thanks. I used the session in my web part.

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.