Hi,
Anyone know is there any sample control that look like image below ?
Attachment 71114
Many Thanks
Printable View
Hi,
Anyone know is there any sample control that look like image below ?
Attachment 71114
Many Thanks
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
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...
the background of the menu... anyone have some idea???
thanks
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
Can't we do that with a SiteMap control? Or maybe a Menu control?
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