Hello folks,
Could you please help me? I've been a lot of time on this.
I have a vertical menu created using Bootstrap and VS 2015. The menu is in a master page. When I call a WebForm1 that is in the same directory as the master page, everything works great, but when I put the WebForm1 inside a folder and call it, the menu stops
working
Here is the code:
<div id="MainMenu">
<div class="list-group panel">
<a href="#administration" class="list-group-item list-group-item-success" data-toggle="collapse" data-parent="#MainMenu">Administration</a>
<div class="collapse" id="administration">
<a href="Secure/BlockList.aspx" class="list-group-item">Secure/Bl ...
Go to the complete details ...