javascript - Why object's name modified when there is a master page in asp.net projects? -


i creating asp.net project have 1 master page pages. why object's name example div id="div1" changed ctl00_ div1 when object in master page?

it ensure uniqueness of id.

the master page can include content multiple sources, prepends each id ensure unique across sources. value prepended represents content section content within.


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -