I am working on ASP.Net 4.5
I have a control which I don't want to load or do not want to render the elements for mobile view, Below code is working fine, But the problem is it is loading the control and hiding it, which I don't wan , Can I avoid loading of my control in mobile view?
Below is my aspx Page
<div class="hidden-xs">
<CC2:MegaMenu ID="MegaMenu1" runat="server" ></CC2:MegaMenu>
</div>