You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
OboutSuite/TextMenu/cs_inside_masterpage.master.cs

16 lines
456 B

using System;
using OboutInc.TextMenu;
public class cs_inside_masterpage : System.Web.UI.MasterPage
{
protected System.Web.UI.WebControls.PlaceHolder placeHolder1;
private void Page_Load(object sender, System.EventArgs e)
{
TextMenu tm1 = new TextMenu();
tm1.ID = "tm1";
tm1.Add(null, "brands", "Brands", "javascript:alert('you clicked me');void(0);", null);
tm1.Add("brands", "ibm", "IBM");
tm1.Add("brands", "microsoft", "MICROSOFT");