Example - using code
// First level
tm1.Add(null, "id_brands", "Brands", "javascript:alert('you clicked me');void(0);", null);
tm1.Add(null, "id_systems", "Systems", null, null);
// Sub menu
tm1.Add("id_brands", "id_ibm", "IBM", null, null);
tm1.Add("id_brands", "id_obout", "OBOUT", "http://www.obout.com/", null);
// Sub menu
tm1.Add("id_obout", "id_tree", "Treeview", "treeview.aspx", null);
tm1.Add("id_obout", "id_calendar", "Calendar", "calendar.aspx", null);
| |