Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Creating menus using <div>

Status
Not open for further replies.

sexydog

Programmer
Jul 9, 2002
176
GB
HI

I am using asp.net (vb) and i have create my menus from reading xml files which i have put into <DIV> tags. My problem is that i want to pull another list of menus when i click on a <DIV> tag...how can i get information on which <DIV> i clicked....

Is there an easier way to create drop down menus using XML as source..


Thanks
Dj

The early bird always catches the worm....My advice...be a late worm
 
You may want to give this a shot in the ASP.Net forums (this is std ASP forum).

That aside, you could probably use DataSet/DataSource objects to bind to the XML file, drop a combo box on the page, and define the dataSource/Fields/etc properties for the combo.

-T

[sub]01000111 01101111 01110100 00100000 01000011 01101111 01100110 01100110 01100101 01100101 00111111[/sub]
The never-completed website:
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top