I have two projects in my solution : Presentation and CommonControls.
I need to call a function defined in a class inside CommonControls. But this call has to be from the javascript function defined in Presentation which is a common javascript file for Presentation project.
Both the files are in different project.
How do I achieve this?