Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 5 of 5

Thread: CSS-driven menus

  1. #1
    tpmorgsls is offline Junior Member
    Join Date
    Oct 2009
    Posts
    27

    Default CSS-driven menus

    I've been using the CSS-Friendly Adapter project for a few years. It's a fine solution for getting the mucky overly-tabled asp.net menus into nice unordered lists. Because MultiStore uses the ASP.NET menu control, it's possible to use the adapter. I have it installed, working and styled to my liking.

    There's a codeplex project, but you should download it from here (not me, and I don't know the guy):


    http://cid-635c8e2bf4822d7c.skydrive...SSAdapters.zip


    As a side bar, this Adapter project (I think) really exemplifies the power of the .NET platform and ASP.NET.

    Code:
    public class MenuAdapter : System.Web.UI.WebControls.Adapters.MenuAdapter
    Bam. Gorgeous example of the power of c#, extending classes and overriding methods.

  2. #2
    ASPAlfred is offline Senior Member
    Join Date
    Nov 2007
    Posts
    2,244

    Default

    Thanks for sharing. That was a nice adapter, indeed.

  3. #3
    davlun is offline Member
    Join Date
    Apr 2010
    Posts
    36

    Default

    How were you able to get this working?

    If I include this in my project it won't even compile? I immediately get an out of memory exception.

    Dave

  4. #4
    cjbarth is offline Senior Member
    Join Date
    Oct 2008
    Posts
    392

    Default

    What is the link to the CodePlex project?
    ML9.3.1.1
    SQL 2012 Express
    VS 2010
    Azure VM

  5. #5
    tpmorgsls is offline Junior Member
    Join Date
    Oct 2009
    Posts
    27

    Default

    Codeplex link here:

    http://cssfriendly.codeplex.com/

    This worked for me in Multistore beta (partially v8), but I get the same memory error you do in v9.