Fantastic; exactly what I was looking for.
Thanks.
"Teemu Keiski" <jo****@aspalliance.com> wrote in message
news:ux**************@tk2msftngp13.phx.gbl...
Hi,
check this out:
Preventing ASP.NET from generating unique ID's
http://www.wilcob.com/Wilco/News/AspNetIDOverride.aspx
--
Teemu Keiski
ASP.NET MVP, AspInsider
Finland, EU
http://blogs.aspadvice.com/joteke
"Martin Robins" <martin dot robins at technicaldirect dot co dot uk> wrote
in message news:OJ**************@TK2MSFTNGP09.phx.gbl...I have a situation where I need to specify the names for some controls
without the parent INamingContainer getting in the way - this is because I
am using 2 hidden fields to pass data to another site but due to the use
of master pages these fields are constantly being renamed.
Does anybody know of a way to prevent controls from being renamed by a
parent INamingContainer (in this case, a Content control) as I have tried
google & reflector and cannot see anything myslef.