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 vb_inside_usercontrol.ascx the following line
<%@ Control Language="vb"
Src
="vb_inside_usercontrol.ascx.vb" Inherits="EM_Examples.vb_inside_usercontrol" %>
to
<%@ Control Language="vb"
CodeBehind
="vb_inside_usercontrol.ascx.vb" Inherits="EM_Examples.vb_inside_usercontrol" %>
« Back to examples