|
-
May 21st, 2009, 09:03 AM
#1
Thread Starter
Lively Member
Sample of alike asp.net
Hi,
Anyone know is there any sample control that look like image below ?

Many Thanks
-
May 21st, 2009, 09:36 AM
#2
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
-
May 25th, 2009, 07:06 AM
#3
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...
-
Jun 6th, 2009, 02:52 AM
#4
Thread Starter
Lively Member
Re: Sample of alike asp.net
the background of the menu... anyone have some idea???
thanks
-
Jun 8th, 2009, 03:20 AM
#5
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
-
Jun 8th, 2009, 04:11 AM
#6
Re: Sample of alike asp.net
Can't we do that with a SiteMap control? Or maybe a Menu control?
-
Jun 8th, 2009, 04:13 AM
#7
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|