This sample will demonstrate how to quickly build a simple Yahoo! style navigation bar that displays the paths a user has taken to get to a given directory, and also displays a table of links to the sub-directories of the current directory. Full source co
Tutorial Details:
Building a Yahoo! Style Navigation Bar
This sample will demonstrate how to quickly build a simple Yahoo! style navigation bar that displays the paths a user has taken to get to a given directory, and also displays a table of links to the sub-directories of the current directory.
The first thing I like to do when beginning any database driven application is to design the data structure. Of course, once we get into writing the code, many times columns or tables need to be added or modified from the initial design, but having a data framework helps to give us some focus and direction.
Database Layout
I am using an Access2000 database for this example. You can definitely port this to any RDBMS easily.
Let's start by creating a new Access database, and name it Bread.mdb.
Read
Tutorial at: Click here to view the tutorial
Rate Tutorial: ASP Site Navigation Building a Yahoo!? Style Navigation Bar Tutorial
View Tutorial: ASP Site Navigation Building a Yahoo!? Style Navigation Bar Tutorial
Related
Tutorials:
|