2007-03-14 Marek Habersack <mhabersack@novell.com>
authorMarek Habersack <grendel@twistedcode.net>
Wed, 14 Mar 2007 08:52:12 +0000 (08:52 -0000)
committerMarek Habersack <grendel@twistedcode.net>
Wed, 14 Mar 2007 08:52:12 +0000 (08:52 -0000)
* TemplateControlCompiler.cs: hadle situations when there exist a
control in the page with id matching the name of a field/property
in the parent class. In this case we use 'protected new' to
override the parent.

svn path=/trunk/mcs/; revision=74239

mcs/class/System.Web/System.Web.Compilation/ChangeLog

index f728ba90cfea20ca2c5556197cd0c153726f5a2f..8286922d5578e3de6860e05e41aaf99826151731 100644 (file)
@@ -1,3 +1,10 @@
+2007-03-14  Marek Habersack  <mhabersack@novell.com>
+
+       * TemplateControlCompiler.cs: hadle situations when there exist a
+       control in the page with id matching the name of a field/property
+       in the parent class. In this case we use 'protected new' to
+       override the parent.
+
 2007-03-13  Marek Habersack  <mhabersack@novell.com>
 
        * AspParser.cs: fix an off-by-one parsing bug with server-side