I am using ASP.NET Memebership. Added a wizardStep in it.
Also using reference files (for loading the right language labels)
When at the first registration page, I click the button ie.French to change the language, it works, but when I go to the next step at the wizard and click the language it redirects back to the first registration step.
which is correct, because the memebeship registration steps locate in one aspx page and when swiching the language the page refereshes....
My question, is there away to redirect within the page to the right wizard step to reload the right language text.
I tried looking up, nothing could find. please help me out to find the right code to do that..
Not real sure what you need - BUT have you tried putting the wizard inside an UpdatePanel? If that doesn't work perhaps you could open the correct step in the page_load handler.
IMBack
Member
478 Points
585 Posts
Reference file and ASP.NET Memebership
Jan 27, 2011 10:29 PM|LINK
Hi,
I am using ASP.NET Memebership. Added a wizardStep in it.
Also using reference files (for loading the right language labels)
When at the first registration page, I click the button ie.French to change the language, it works, but when I go to the next step at the wizard and click the language it redirects back to the first registration step.
which is correct, because the memebeship registration steps locate in one aspx page and when swiching the language the page refereshes....
My question, is there away to redirect within the page to the right wizard step to reload the right language text.
I tried looking up, nothing could find. please help me out to find the right code to do that..
I hope it is clear what I am trying to do.
thanks
RichardY
Star
8376 Points
1573 Posts
Re: Reference file and ASP.NET Memebership
Jan 28, 2011 12:30 AM|LINK
Not real sure what you need - BUT have you tried putting the wizard inside an UpdatePanel? If that doesn't work perhaps you could open the correct step in the page_load handler.
IMBack
Member
478 Points
585 Posts
Re: Reference file and ASP.NET Memebership
Jan 28, 2011 01:13 AM|LINK
I am not sure if UpdatePanel will work, I will try,
When you say:
Could you please provide me a sample code to do that, to check what step the user at and load the right step?
If the right step will be loaded I think the reference will work.
Thanks