Hi
I am trying to change attributes of an image button ('MemberLoginButton') to give it rollover
characteristcs by adding attributes in the code behind on page load.
However I am have trouble finding the right path to the MemberLoginButton which is contained within
a submenu RadMenuItem
I have tried RadMenu.Items.MemberLoginButton ... and various other combinations but
Intellisense always says they are not members of RadMenu etc
the page code is like
Please advise me how to address this control!
Thanks
Clive
I am trying to change attributes of an image button ('MemberLoginButton') to give it rollover
characteristcs by adding attributes in the code behind on page load.
However I am have trouble finding the right path to the MemberLoginButton which is contained within
a submenu RadMenuItem
I have tried RadMenu.Items.MemberLoginButton ... and various other combinations but
Intellisense always says they are not members of RadMenu etc
the page code is like
<telerik:RadMenu ID="RadMenu2" Runat="server" Skin="Black" |
<telerik:RadMenuItem runat="server" Text=" CELLAR CLUB"> |
<Items> |
<ItemTemplate> |
<asp:ImageButton ID="MemberLoginButton" runat="server" ImageAlign="Right" |
ImageUrl="~/images/buttons/rt-arrow-grey.gif" /> |
Please advise me how to address this control!
Thanks
Clive