Click here to Skip to main content
15,914,500 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello Folks,
Am having a little confusion.
I have an external javascript file in my project under the Scripts folder named as Hierarchy.js...
This external jscript file contains some 3-4 different functions with one being KeySelected.
Now I need to call this very function in the OnClientItemSelected property of an AJAX autocomplete extender in a user control inside the folder named as User Controls.
Will this work :
C#
OnClientItemSelected="KeySelected"

Or do i need to write the whole path?
Also, a thing to note, folders Scripts and User Controls are in the same project.

Suggestions and assistances are highly appreciated.

-Anurag
Posted
Updated 19-Dec-12 21:17pm
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900