Hi Imar,
In the exercise, p. 377 #2, a new contentPlaceHolder with id="cpClientScript" is added to hold JQuery/javascript specific to the page.
If I move all this script info to an external .
js file, would it be correct practice to just replace all this script code with a <script> reference to the external file? So For example,
<asp:Content ID="Content3" ContentPlaceHolderID="cpClientScript" Runat="Server">
<script type="text/javascript" src="Scripts/Index.
js></script>
</asp:Content>
Thanks.
Tulsi