S
Shapper
Hello,
I have this code in my aspx file:
<div id="dmenu"><CAMenu:Menu id="myMenu"
runat="server"></CAMenu:Menu></div>
On my .aspx.vb file the menu is build in Page_Load.
At a certain time I need to clear the built menu and restart.
Basically I need to get back to:
<CAMenu:Menu id="myMenu" runat="server"></CAMenu:Menu>
How can I do this?
Thanks,
Miguel
I have this code in my aspx file:
<div id="dmenu"><CAMenu:Menu id="myMenu"
runat="server"></CAMenu:Menu></div>
On my .aspx.vb file the menu is build in Page_Load.
At a certain time I need to clear the built menu and restart.
Basically I need to get back to:
<CAMenu:Menu id="myMenu" runat="server"></CAMenu:Menu>
How can I do this?
Thanks,
Miguel