The site: Sika-footwear.dk
The page: Dealers-411.aspx
The template: [templates->DataManagement->Publishings->Custom->Sika_List.html]
The problem:
I have a page that outputs 3 columns: Navn, Postnummer, By.
Im using the tag "@Column.SortUrl" to aquire a sort-function on my column headers.
Im using the "@Column.SortUrl" tag in the "Columns" loop, and every time I press the columnheader the sorting url in the browser navbar stacks up with the last shown sortURL. How do I fix this?
Example:
Page load:
http://www.sika-footwear.dk/Dealers-411.aspx?Purge=True
Press on "Navn" once:
http://www.sika-footwear.dk/Dealers-411.aspx?Purge=True&sortby=Navn&sortorder=DESC&ViewPID=3700
press on "Navn" twice:
http://www.sika-footwear.dk/Dealers-411.aspx?Purge=True&sortby=Navn&sortorder=DESC&ViewPID=3700&sortby=Navn&sortorder=ASC&ViewPID=3700
The page: Dealers-411.aspx
The template: [templates->DataManagement->Publishings->Custom->Sika_List.html]
The problem:
I have a page that outputs 3 columns: Navn, Postnummer, By.
Im using the tag "@Column.SortUrl" to aquire a sort-function on my column headers.
Im using the "@Column.SortUrl" tag in the "Columns" loop, and every time I press the columnheader the sorting url in the browser navbar stacks up with the last shown sortURL. How do I fix this?
Example:
Page load:
http://www.sika-footwear.dk/Dealers-411.aspx?Purge=True
Press on "Navn" once:
http://www.sika-footwear.dk/Dealers-411.aspx?Purge=True&sortby=Navn&sortorder=DESC&ViewPID=3700
press on "Navn" twice:
http://www.sika-footwear.dk/Dealers-411.aspx?Purge=True&sortby=Navn&sortorder=DESC&ViewPID=3700&sortby=Navn&sortorder=ASC&ViewPID=3700