Hi,
I have defined the include javascript file in the master page
<script type="text/javascript" src="~/js/common-lib.js">
I would like to have IntelliSense at the content page. I checked many posts suggested to include the following at the top of content page.
<% if (false) { %><script type="text/javascript" src="~/js/common-lib.js"></script><% } %>
Apart from this workaround, is there any possible way to make it happen?
Thanks.