I am a rookie trying to create a sub menu and failing miserably. I am using asp.net/c#.
I have a default.aspx home page, which has a link to cars.aspx. When clicking on the cars.aspx, I would like to have a submenu appear with ford, chevy, jeep, etc. This list of cars would be pulled from a sql table, (unless there is a better way).
I would then like to be able to click on an list item (ford) and have it open a cars.aspx page populated with ford info. I know this would be sql statement or store proc.
Each of the ford, chevy, jeep would use the cars.aspx page as a template, so I dont have an aspx page for every type of car.
any ideas on how i can do this? I have been reading that I could java script, but have been unsuccessful.
Thanks in advance for any help!
I have a default.aspx home page, which has a link to cars.aspx. When clicking on the cars.aspx, I would like to have a submenu appear with ford, chevy, jeep, etc. This list of cars would be pulled from a sql table, (unless there is a better way).
I would then like to be able to click on an list item (ford) and have it open a cars.aspx page populated with ford info. I know this would be sql statement or store proc.
Each of the ford, chevy, jeep would use the cars.aspx page as a template, so I dont have an aspx page for every type of car.
any ideas on how i can do this? I have been reading that I could java script, but have been unsuccessful.
Thanks in advance for any help!