ASP.NET Easy Menu - Horizontal 1 skin inside User Control
Easy Menu inside User Control
SubItem 1
SubItem 2
SubItem 3
SubItem 4
SubItem 5
SubItem 1
SubItem 2
SubItem 3
SubItem 1
SubItem 2
SubItem 1
SubItem 2
SubItem 3
SubItem 4
SubItem 5
SubItem 1
SubItem 2
SubItem 3
Item 1
Item 2
Item 3
Item 4
Item 5
If you want to run this example from VS.NET project you need to change in file cs_inside_usercontrol.ascx the following line
<%@ Control Language="c#"
Src
="cs_inside_usercontrol.ascx.cs" Inherits="EM_Examples.cs_inside_usercontrol" %>
to
<%@ Control Language="c#"
CodeBehind
="cs_inside_usercontrol.ascx.cs" Inherits="EM_Examples.cs_inside_usercontrol" %>
« Back to examples