G
Guest
Is there a way to tell the VS2005 IDE NOT to rename my controls on a build?
if my control name is txtDate, the rendered version of the page has the
control as crtl01_txtDate.
This poses a big problem when you have client Javascript on the page needing
to references the original control Name. I understand MS reasons to fully
qualify Names, but this should be left up to the user.
The person next to me is developing a different project in VS2005, and their
builds do not rename the controls.
Can I turn this off?
if my control name is txtDate, the rendered version of the page has the
control as crtl01_txtDate.
This poses a big problem when you have client Javascript on the page needing
to references the original control Name. I understand MS reasons to fully
qualify Names, but this should be left up to the user.
The person next to me is developing a different project in VS2005, and their
builds do not rename the controls.
Can I turn this off?