Click here to Skip to main content
15,885,767 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I am creating an silverlight application in which i have created various page of silverlight and one asp.net page.i created one silverlight page as HOME page.this page work as master page(i.e on left side of page there is a link to other page[LIKE Available Book page,Add Books Page]).when ever user user click on any link the middle portion of page changes and new page content came there without distracting link means link is always on left side whether u go to nay page just like master page concept.BUT MY problem is that when ever user click F5 or refresh the page using browser refresh button it again start from HOME page.
plz if any one know help me in solving this problem(i.e HOW TO REFRESH PAGE REFRESH OF BROWSER)
Posted
Comments
Mark Salsbery 1-Jul-11 13:47pm    
If you use Silverlight navigation (Frame[^] and Page[^]) then refresh should bring you back to the last Page. Just tested it on a simple navigation app.

It's a default behavior of Silverlight as it loads the XAP Application whenever the browser refreshes. Thus starts the application from the Home Page.

You can use bookmarking whenever a user clicks on links and then on the application load check for the bookmark and based on the value directly load the specific silverlight page.
 
Share this answer
 
Hi ,

kindly see the following link . You may get some idea .


http://forums.silverlight.net/forums/p/181594/410612.aspx#410612
 
Share this answer
 
use it in a panel and use update panel as is used for ajax tools.
 
Share this answer
 
 
Share this answer
 
Comments
Ravi Sant 20-Jun-11 7:26am    
Spam!!! Vote of 1 to you.

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