Posted on: 8/4/2012 11:08:29 AM | Views : 1085

Hi,
We have a problem on using Master Page.
In a single web page, we have some javascript to call each component. However, after applying Master Page, all javascripts show errors because all IDs are changed to have a prefix "ctl00_ContentPlaceHolder1_". Since we have many javascripts to call ID, it spends much time rename all pages, validation and test all pages.
Is there any method to force the ID not changed to "ctl00_ContentPlaceHolder1_"? Use their original ID?
...

Go to the complete details ...