eramgarden
Well-known member
- Joined
- Mar 8, 2004
- Messages
- 579
A developer here was telling us we can design side menu using XML. For example, The menu can have "option1, option2, option3" , then under for example..."option1" can have a submenu of "option1-a", etc.
Then when a user clicks on "option1", the sub-menus are displayed where then u can choose from the sub-menu, click on the sub-menu and it takes you to a ASP.net aspx file.
Ive seen an example of the XML file with the attributes and links to the correct aspx file but how do you code the "click event" in xml? how do wire it to the asp.net/vb.net code for the click event??
Then when a user clicks on "option1", the sub-menus are displayed where then u can choose from the sub-menu, click on the sub-menu and it takes you to a ASP.net aspx file.
Ive seen an example of the XML file with the attributes and links to the correct aspx file but how do you code the "click event" in xml? how do wire it to the asp.net/vb.net code for the click event??