Código:
  
Tengo esta línea que me dice la resolucion de la pantalla.<link type="text/css" rel="stylesheet" href="http://192.168.1.166/CSS/bootstrap.css" /> <link type="text/css" rel="stylesheet" href="http://192.168.1.166/CSS/bootstrap-responsive.css" />
Código:
  
Aqui no hace la redimensión.<script>
        document.write(screen.width + " x " + screen.height)
</script>
Y también tengo este boton que no se tendria que ver nunca en el móvil y si que se ve
Código PHP:
   <asp:Button id="b3" runat="server" Text="Exportar a CVS" Visible="false" CssClass="visible-desktop" /> 
    
 
 

