I'm trying to create a dynamic menu, the aspx code like this
<head runat="server">
<title>Ext.NET Example</title>
</head>
<body>
<form id="form1" runat="server">
<ext:ResourceManager runat="server" Theme="Gray" />
<div>
<ext:Viewport ID="Viewport1" runat="server" Layout="border">
<Items>
<ext:Panel ID="Panel1" runat="server" AutoHeight="true" Region="North" Header="false">
<TopBar>
<ext:Toolbar ID="ToolbarTop" runat="server" EnableOverflow="true">
<Items>
</Items>
&l ...
Go to the complete details ...