Results 1 to 7 of 7

Thread: Sample of alike asp.net

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Mar 2007
    Posts
    80

    Smile Sample of alike asp.net

    Hi,

    Anyone know is there any sample control that look like image below ?

    Name:  menu.jpg
Views: 117
Size:  21.6 KB


    Many Thanks

  2. #2
    PowerPoster gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    Re: Sample of alike asp.net

    Hey,

    You could achieve something similar to the above using a styled <ul> and <li> html controls. Have a look here for some more information:

    http://www.w3schools.com/TAGS/tag_li.asp

    Failing that, you could use a Repeater control:

    http://www.w3schools.com/ASPNET/aspnet_repeater.asp

    And use the ItemTemplate to achieve what you wanted.

    Hope that helps!!

    Gary

  3. #3
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: Sample of alike asp.net

    What part of that exactly makes it a control? Functionality-wise it's almost a repeater. Looks-wise, it's a bit of CSS and graphics...

  4. #4

    Thread Starter
    Lively Member
    Join Date
    Mar 2007
    Posts
    80

    Re: Sample of alike asp.net

    the background of the menu... anyone have some idea???

    thanks

  5. #5
    PowerPoster gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    Re: Sample of alike asp.net

    Hey,

    As already pointed out, that isn't so much a control, but rather and styled element.

    Have a look at the source of the page, and you can see how this can be achieved.

    Gary

  6. #6
    Smitten by reality Harsh Gupta's Avatar
    Join Date
    Feb 2005
    Posts
    2,938

    Re: Sample of alike asp.net

    Can't we do that with a SiteMap control? Or maybe a Menu control?
    Show Appreciation. Rate Posts.

  7. #7
    PowerPoster gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    Re: Sample of alike asp.net

    Hey,

    Given the correct structure in the web.sitemap file, then yes, you should be able to create something similar, but I think what the OP is getting at is the actual containing panel, which is probably just a styled div element.

    Gary

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width