I have a site that uses masterpages and want the names to show correctly in the HTML. I have the ClientIDMode set to static and for all of the regular contrtols the names are correct. But for the masterpages (I have 2 nested) the control ID renders as"ctl00". Can I force the ControlID for the MasterPages? My Trace:
__Page ASP.pages_technology_softwaretreeeditor_aspx 506462 0 0 ctl00 ASP.masterpages_treelayout_master 506462 0 0 ctl00$ctl00 ASP.masterpages_fusionshell_master 506462 0 0
Thanks