Click here to Skip to main content
15,891,431 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I would like to create 5 pages where by navigation would be from one page to another in the following order.

Page1 -> Page2 -> Page3 -> Page4 -> Page5

Page2 and Page4 are intermediate pages (or could be in the middle of a transaction)

Now for example; if user navigates from Page1 -> Page2 -> Page3 and decides to click on Browser's(i.e. IE or FF) Back button world normally see Page2.

I would like to show Page1 instead of Page2 as it would mean a reverse of transaction which may also give wrong information and or inconsistency.

Is there a way to achieve this using Silverlight 3 Navigation Page.
I know that its possible in WPF with the help of PageFunction<t> is there an equivalent in Silverlight 3?

Thankyou very much in advance.
Posted
Updated 21-Jan-10 16:34pm
v2

 
Share this answer
 
You may try checking the Source & according to that you can take action.

In your case, if source is "Page3" then take action to view "Page1".
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900