Page markup maintainability
- by Tony
Hi
where js folder is under the root.
if u put this JS ref in common\SomeControl.ascx, it will work fine if SomeControl is placed on ~/SomePage.aspx because SomePage is under the website root.
How to put JS ref in SomeControl and allow it to be placed at any path on the website without losing the JS ref.
Thanks