Click here to Skip to main content
16,004,882 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: How to overcome this cache problem ? Pin
Deepak the Cool15-Nov-06 18:22
Deepak the Cool15-Nov-06 18:22 
GeneralRe: How to overcome this cache problem ? Pin
cheeken2u15-Nov-06 18:40
cheeken2u15-Nov-06 18:40 
AnswerRe: How to overcome this cache problem ? Pin
l0kke16-Nov-06 0:30
l0kke16-Nov-06 0:30 
QuestionConvert XML file Pin
shapper15-Nov-06 13:13
shapper15-Nov-06 13:13 
AnswerRe: Convert XML file Pin
Not Active15-Nov-06 16:07
mentorNot Active15-Nov-06 16:07 
GeneralRe: Convert XML file Pin
shapper16-Nov-06 1:04
shapper16-Nov-06 1:04 
GeneralRe: Convert XML file Pin
shapper17-Nov-06 3:10
shapper17-Nov-06 3:10 
QuestionItemspacing issue Pin
Green1515-Nov-06 11:43
Green1515-Nov-06 11:43 
Hi,

I've created the following menu:

<asp:Menu id="Menu1" runat="server" Orientation="vertical" OnMenuItemClick="Menu1_MenuItemClick" DisappearAfter="0" StaticEnableDefaultPopOutImage="False" BorderWidth="0px" BorderStyle="None">
<DynamicHoverStyle BackColor="#6B96B5" />
<Items>
<asp:MenuItem Text="&#183; HOME" NavigateUrl="~/index.aspx" Value="&#183; HOME" />
<asp:MenuItem Text="&#183; REFERENCE CENTER" Value="&#183; REFERENCE CENTER">
<asp:MenuItem Text="&#183; CUSTOMER TOOLS" Value="&#183; CUSTOMER TOOLS" /> </Items>
<LevelMenuItemStyles>
<asp:MenuItemStyle BackColor="#084C82"
ItemSpacing="0px"
HorizontalPadding="6px"
VerticalPadding="4px"
BorderColor="Black"
BorderWidth="0px"
Font-Size="11px"
Font-Bold="True"
Font-Italic="False"
Font-Names="Verdana"
ForeColor="White" Font-Underline="False" />
<asp:MenuItemStyle BackColor="#084C82"
ItemSpacing="0px"
HorizontalPadding="6px"
VerticalPadding="4px"
BorderColor="Black"
BorderWidth="1px"
Font-Size="11px"
Font-Bold="True"
Font-Italic="False"
Font-Names="Verdana"
ForeColor="White" Font-Underline="False" />
</LevelMenuItemStyles>
<DynamicItemTemplate>
<%# Eval("Text") %>
</DynamicItemTemplate>
<StaticHoverStyle BackColor="#6B96B5" />
</asp:Menu>

But there's still ItemSpacing between the menu items. When I set the ItemSpacing to 10 in the MenuItemStyle above, it goes to 10 pixels, but it doesn't drop all the way down to 0 when I set it to that.

If I change the orientation to horizontal, it works correctly.

Any ideas?

Thanks.
QuestionNeed Help for How to Import and Export tha data from Excel to mysql in asp.net Pin
Venkata Kishore Kumar Malla15-Nov-06 8:54
Venkata Kishore Kumar Malla15-Nov-06 8:54 
AnswerRe: Need Help for How to Import and Export tha data from Excel to mysql in asp.net Pin
Grapes-R-Fun15-Nov-06 12:54
Grapes-R-Fun15-Nov-06 12:54 
Questionasp.net Pin
smgetaweh15-Nov-06 6:27
smgetaweh15-Nov-06 6:27 
AnswerRe: asp.net Pin
Grapes-R-Fun15-Nov-06 8:59
Grapes-R-Fun15-Nov-06 8:59 
GeneralRe: asp.net Pin
smgetaweh16-Nov-06 0:26
smgetaweh16-Nov-06 0:26 
GeneralRe: asp.net Pin
Grapes-R-Fun16-Nov-06 4:16
Grapes-R-Fun16-Nov-06 4:16 
GeneralRe: asp.net Pin
smgetaweh18-Nov-06 15:37
smgetaweh18-Nov-06 15:37 
GeneralRe: asp.net Pin
Grapes-R-Fun27-Nov-06 4:58
Grapes-R-Fun27-Nov-06 4:58 
GeneralRe: asp.net Pin
smgetaweh27-Nov-06 23:37
smgetaweh27-Nov-06 23:37 
GeneralRe: asp.net Pin
Grapes-R-Fun28-Nov-06 2:38
Grapes-R-Fun28-Nov-06 2:38 
GeneralRe: asp.net Pin
smgetaweh28-Nov-06 2:51
smgetaweh28-Nov-06 2:51 
GeneralRe: asp.net Pin
Grapes-R-Fun28-Nov-06 2:40
Grapes-R-Fun28-Nov-06 2:40 
QuestionAsp.net2.0 with Ajax updatepanel Pin
netJP12L15-Nov-06 5:54
netJP12L15-Nov-06 5:54 
QuestionAsp.Net 2.0 Net.Mail. I don't know what else to try. Thanks. Pin
shapper15-Nov-06 4:41
shapper15-Nov-06 4:41 
AnswerRe: Asp.Net 2.0 Net.Mail. I don't know what else to try. Thanks. Pin
ednrgc15-Nov-06 4:47
ednrgc15-Nov-06 4:47 
AnswerRe: Asp.Net 2.0 Net.Mail. I don't know what else to try. Thanks. Pin
ednrgc15-Nov-06 4:50
ednrgc15-Nov-06 4:50 
GeneralRe: Asp.Net 2.0 Net.Mail. I don't know what else to try. Thanks. Pin
shapper15-Nov-06 5:43
shapper15-Nov-06 5:43 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.