Click here to Skip to main content
15,886,963 members
Articles / Web Development / ASP.NET

Using Multiple Sitemap Files with the jQuery Superfish Menu Plug-in

Rate me:
Please Sign up or sign in to vote.
4.40/5 (3 votes)
13 Feb 2009CPOL1 min read 45.7K   1.1K   32  
Explains how you can dynamically generate a Superfish menu.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;

namespace DynamicFishMenu
{
    public partial class _Default : System.Web.UI.Page
    {
        protected void Page_Load(object sender, EventArgs e)
        {
            //if (!IsPostBack)
            //{
            //    base.LogActivity(BasePage.ADMIN);
            //}
        }

    }
}

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Web Developer Sirma Solutions
Bulgaria Bulgaria
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions