Overwrite sitemap node
-
Hi, Iam trying to overwrite the sitemap nodes by adding for example ?ID=1 to the URL when the user click one of the menu links in the master page depending on the following article: http://msdn.microsoft.com/en-us/library/ms178425.aspx[^] I put the code in the master page because it has the navigation menu and it receives the querystring from a page in another mater page. I made some debugging already and found that the resolve event handler private method code is not hit?! Could any one help to solve this problem.
I am too late but i will never give up
-
Hi, Iam trying to overwrite the sitemap nodes by adding for example ?ID=1 to the URL when the user click one of the menu links in the master page depending on the following article: http://msdn.microsoft.com/en-us/library/ms178425.aspx[^] I put the code in the master page because it has the navigation menu and it receives the querystring from a page in another mater page. I made some debugging already and found that the resolve event handler private method code is not hit?! Could any one help to solve this problem.
I am too late but i will never give up
-
You must write code in destination page,not a master page.
studing is processing in this life.
-
But this mean for me writing in 40 forms or in a page class so they inherit from.But I tried this already and it didn't work I mean the ID is forgotten when navigate from page to another.
I am too late but i will never give up