I am using the small business starter kit and I have made some changes to the items and it's all good, however, when I get to the items detail page and I want to navigate back to the previous page without using the history back button, it will not do anything...initially
in the code it said <a href="Items.aspx"> which takes you back to the beginning and I don't want to go to the beginning...and in the xml basically it's navigating like this Parent Category, Child Category, then Item...when it gets to this Item section it will
not back step one, it goes all the way back to Parent Category....also most of the a href's look like this on the ItemsDetails.aspx <a href="http://forums.asp.net/AddPost.aspx?ForumID=1092#"> </a> I know the # needs to be replaced with a page to navigate to,
but I cannot for the life of me figure out how to get this thing to step back one step so that it show the treeview expanded the way it was when I left it. Please Help!
dharrison
0 Points
1 Post
Items navigation
Aug 28, 2007 02:17 AM|LINK
I am using the small business starter kit and I have made some changes to the items and it's all good, however, when I get to the items detail page and I want to navigate back to the previous page without using the history back button, it will not do anything...initially in the code it said <a href="Items.aspx"> which takes you back to the beginning and I don't want to go to the beginning...and in the xml basically it's navigating like this Parent Category, Child Category, then Item...when it gets to this Item section it will not back step one, it goes all the way back to Parent Category....also most of the a href's look like this on the ItemsDetails.aspx <a href="http://forums.asp.net/AddPost.aspx?ForumID=1092#"> </a> I know the # needs to be replaced with a page to navigate to, but I cannot for the life of me figure out how to get this thing to step back one step so that it show the treeview expanded the way it was when I left it. Please Help!
Thank you in advance!