|
I've got a need for a dynamically created menu. The list of links on the left
are hard coded and when I add a link, I do it in code and then compile and push
to the website.
If I create a database table that contains the link name, ID, parent ID and URL,
I should be able to dynamically build my list of links. How cool would that be?
I did a Google on it and came up with some good information and a possible
solution. For the sake of this page, I'm going to start by hard coding my data
table. Keep in mind, if I can hardcode my table, I can get the same results from
a table in SQL Server.
Of course, right now the links aren't there because I'm playing with the code
and inadvertently overwrote my DLL which messed it all up... Check back soon for
a code example and demonstration
~Ron |