Click here to Skip to main content
15,919,774 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
In my Silverlight pages, when going to next pages, back is not working. Please help me.
Posted
Updated 3-Feb-10 10:50am
v3

Judging from the code you posted, the issue is in line... oh, wait....

Read some tutorials, post some code, explain why you think the back button should 'work', tell us what it does instead, etc. Do you mean the back button in the browser, or one in your app ? Silverlight runs in the browser, so I doubt there's a browser history you can go back on, but I suspect that depends on the type of app you write, perhaps.
 
Share this answer
 
By default there is no "back" functionality in silverlight.
There are some alternatives - see one link here[^].
 
Share this answer
 
Silverlight applications don't have the Back button. Silverlight runs as an object, so if you load the entire Silverlight application, going through a page doesn't create browser history.

If you are embedding the Silverlight app with HTML, you can definitely have browser back enabled, but it will only work with HTML.

Browser keeps the cache only if the page is posted back. :)
 
Share this answer
 
v2

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