Hi
I have finally started using VS 2013 and I have imported my ASP.NET C# Project.
I want to use the IDE to add the following javascript:
<script>
function myFunction()
{
alert("Hello World!");
}
</script>
Is there a way of doing this and managing the script from VS 2013 IDE or do I have to still view source, add the script in there and hope for the best?
Any help would be appreciated.
Thanks.
- Andre
Regards Andre Thompson