Posted on: 7/9/2014 11:59:57 AM | Views : 453

I display my top and left navigation from the database. I am trying to figure out a way to dynamically display the nav with items that are related to current item being displayed using a repeater. In some cases, I want to display a form, but in most cases it is data from the database from different tables. I'm looking for ideas on how to do this.

Example                                                 another nav item
Cars --> Main nav item                                  Contact Us
secondary items                                               (this is where I would display a form)
news about cars
pictures about ...

Go to the complete details ...