I am using Navigation framework and basicly got one frame that is used for navigation.
I have tried playing with mainFrame.JournalOwnership cause I thought maybe changing it might be connected to this but nothing changes.
Since navigation related classes structure is quite small I am a little puzzled here about what am I doing wrong cause I cannot think of anything else I can change to make navigation work.
I am not using Navigation template, I use it free style much like in this video tutorial http://www.silverlight.net/learn/videos/all/navigation-framework/ if someone might wonder.
Thanks in advance. Really struggling with it. Please help
I have tried to reproduce bug in another solution by using just my mainframe page and calling simple navigatate to empty test page and it worked fine so I now got new questions.
Maybe there is a way that my SL page HTML is disabling hash tags being set by navigation framework?
EDIT: I have tested putting my working test XAP on my html page instead of my whole application that is not working, and it didnt update hashtags on this page. So now its clear something is wrong with html page, what could be it?
Finally found out the problem.
Turns out the key here was iframe used by silverlight for using this operation,
after I added following code to my aspx page it started to work like magic.
as stated here: http://msdn.microsoft.com/en-us/library/cc838245(VS.95).aspx