Hey there! I'm having some trouble with my aspx file. I want to call a function called "hello world" from the 'test.js' file, but it's not working. Can anyone suggest a better way to do this?
<asp:ScriptManager ID="ScriptManager1" runat="server">
<Scripts>
<asp:ScriptReference Path="\App_JavaScript\test.js" />
</Scripts>
</asp:ScriptManager>
<asp:Button ID="timebutton" runat="server" Text="clickme" OnClick="javascript:getData();" /><br />