I have two tables, one for Regions and one for those regions Areas, i want to automatically create a list of links that will be like:
- Region1 a.Area1 b.Area2 c.Area3
- Region2 a.Area1 etcetc
This link should be generated automatically when i load my page. The items in the list are not only text, when i click on Area1 i will call a function passing Area1 Region1 IDs to do some action in my function, keep in mind that the user might click Area1 from Region1 or might just click Region1.
I am using asp.net 3.5 and vb.net Any help or suggestion will be deeply appreciated