Posted on: 8/23/2014 5:04:52 PM | Views : 511

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 ...