Hi All, I have a scenario. I have two javascript files attached in my aspx page. I have a function which is present in both the files. I want to call the method from first file only. Is there any way of doing this other then changing the order of the attached files
Regards