Hi, does anyone know how to display items in the treeview in the itemdetail.aspx page ?
At the moment I have the categories and brands displayed in the treeview in the items.aspx page. The content holder displays all the items for a particular brand in the items.aspx page. When a user clicks on one of these items however they are taken to the
itemdetail.aspx page and the treeview doent display the categoris, brands and items.
rupertryan@h...
0 Points
39 Posts
Items in treeview on itemdetail page
Nov 07, 2008 12:56 AM|LINK
Hi, does anyone know how to display items in the treeview in the itemdetail.aspx page ?
At the moment I have the categories and brands displayed in the treeview in the items.aspx page. The content holder displays all the items for a particular brand in the items.aspx page. When a user clicks on one of these items however they are taken to the itemdetail.aspx page and the treeview doent display the categoris, brands and items.
Does anyone know how I can go about this?
Thanks,
DJE
Member
6 Points
4 Posts
Re: Items in treeview on itemdetail page
Nov 12, 2008 11:30 PM|LINK
I too was looking for same but settled for this simple solution in the detail page. I know it is not what you asked but it is an easy solution
<
li><a href="#" onClick="history.go(-1)">Back</a></li>just above the
</
div> <!-- END MAIN COLUMN -->