Hi ,i have declared two control in my master page , how wants to call this menu control in child page ( that is login page)i want to bind the menu control dynamically based on login previlagepublic Menu newMenu = new Menu(); public MenuItem newItem = new MenuItem("Master");
View Complete Post