Hi,
In an ASP.Net page, I am using a large amount of JS functions inside a RadScriptBlock element, to manipulate toolbar, tabstrip, panelbar ... on the client-side.
To easily maintain that, is there a way to load external javacript files containing these functions ?
I tried to used a <script type="text/javascript" src="script/myfunc.js"> inside the RadScriptBlock element, but that did not work : I got an error because JS methods are not found by server controls when executing ...
In an ASP.Net page, I am using a large amount of JS functions inside a RadScriptBlock element, to manipulate toolbar, tabstrip, panelbar ... on the client-side.
To easily maintain that, is there a way to load external javacript files containing these functions ?
I tried to used a <script type="text/javascript" src="script/myfunc.js"> inside the RadScriptBlock element, but that did not work : I got an error because JS methods are not found by server controls when executing ...