Asp.Net 2.0 Menu

  • Thread starter Thread starter shapper
  • Start date Start date
S

shapper

Hello,

Can I define an Asp.Net 2.0 Menu control where the buttons are images?

Thanks,

Miguel
 
Dear shapper ,

You can allways use the staticMenuStyle property to customize the Menu
Style.As for your requirement you can set the image property of the
item.
1. Go to item collection property of the menu in the designer.
2. For each item you have a imageURL Property. Set the URL property and
remove the text from the text property..
3. In some case The Text Still Remains. for this you need to switch to
html mode and then remove the value property of each menu item.

Thanks
Md. Masudur Rahman
www.kaz.com.bd
KAZ Software Ltd.
Software outsourcing made simple...
 
Back
Top