1
I can’t use a function javascript contained in a file that is inserted in a Masterpage. Where can I am missing?
Follow the Masterpage tag
<head runat="server">
<title></title>
<link href="Content/css/bootstrap.css" rel="stylesheet" type="text/css"/>
<script src="Scripts/jquery-2.1.4.min.js" type="text/javascript"></script>
<script src="Scripts/bootstrap.min.js" type="text/javascript"></script>
<script type="text/javascript" src="Scripts/Formatacao.js"></script>
<asp:ContentPlaceHolder ID="head" runat="server">
</asp:ContentPlaceHolder>
</head>
Perfect! Just lost the css. But I came back the old.
– Germano Sampaio