Click here to Skip to main content
15,888,133 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
actually,i am working on a comic,after navigating to second page from 1 page has no problem,but if i choose to go back whether by hyperlink or by pressing the back button,my 1st page is still,where i left it(no audio again,nthing working again).its not reloading again?what is the problem...........here is the code
Posted

1 solution

This is by design, which is to find it back the way you left it. In your case you could easily just update the very same page because there is no need to create another. The idea you have for your application doesn't apply to the default behavior implemented.

As a side note, you could have simply updated your question to add the code instead of adding it as a comment. Also for next time, try to narrow it down more specifically instead of dumping a load of code. But since you did post all the code, I would also advise to create a more generic method for updating the colors instead of the copy-paste method applied here. You can easily store the colors and text as separate data and load it into an array with entries for each page. That way it is also a lot easier to update and expand the story later on ;-)

Good luck!
 
Share this answer
 
Comments
gaurav273 21-Jul-12 0:19am    
actually, i am a beginner and just startted with the wp7 apps,but still i think my problem has not been solved?actually,on navigation back,its showing me the cache page.thats why its not playing the audio and other things,so please tell me any idea?how to reload the page again?
E.F. Nijboer 21-Jul-12 8:00am    
You could handle the back event:
http://geekswithblogs.net/tmurphy/archive/2011/08/16/handling-windows-phone-7-back-button.aspx
gaurav273 21-Jul-12 8:19am    
its showing that, mustnavigateback doesnt containss a refrnce

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