I find myself a bit confused. In my project, there is an external javascript file called Hierarchy.js located in the Scripts folder. This file contains several functions, one of which is KeySelected. I need to call this function in the OnClientItemSelected property of an AJAX autocomplete extender within a user control found in the User Controls folder.
My question is, can I simply use:
OnClientItemSelected="KeySelected"
Or do I need to specify the full path? It's worth mentioning that both the Scripts and User Controls folders are part of the same project.
Any suggestions or assistance would be greatly appreciated.
-Anurag