V
Vadivel Kumar
I have some certain dynamic pages in which i need to implement the page
navigated path. In
page 1 there are some 100 links, and each link will lead to another page
(which is dynamically generated
from one aspx file). for example,
Category page
|
|____ Category 1 - Subcategory 1 - Data1
|____ Category 2 - Subcategory 2 - Data2
This category1 and subcategory1 are taken from database and displayed in a
datalist.
when user clicks on page by page there is a links in the top of the page
should tell
the user, that from which page he came to this page like this
Category 1 >> SubCategory 2 >> Data1
Now, What i want to know is how can i do this in ASP.NET 1.1 and what is the
efficient way to do this?
Thanks in Advance
Vadivel Kumar
navigated path. In
page 1 there are some 100 links, and each link will lead to another page
(which is dynamically generated
from one aspx file). for example,
Category page
|
|____ Category 1 - Subcategory 1 - Data1
|____ Category 2 - Subcategory 2 - Data2
This category1 and subcategory1 are taken from database and displayed in a
datalist.
when user clicks on page by page there is a links in the top of the page
should tell
the user, that from which page he came to this page like this
Category 1 >> SubCategory 2 >> Data1
Now, What i want to know is how can i do this in ASP.NET 1.1 and what is the
efficient way to do this?
Thanks in Advance
Vadivel Kumar