Author: lluis
Date: 2005-04-05 07:22:35 -0400 (Tue, 05 Apr 2005)
New Revision: 42556
Modified:
trunk/mcs/class/System.Web/System.Web.Compilation/ChangeLog
trunk/mcs/class/System.Web/System.Web.Compilation/TemplateControlCompiler.cs
Log:
2005-04-05 Lluis Sanchez Gual <[EMAIL PROTECTED]>
* TemplateControlCompiler.cs: Don't autogenerate IDs for
controls inside Content template.
Modified: trunk/mcs/class/System.Web/System.Web.Compilation/ChangeLog
===================================================================
--- trunk/mcs/class/System.Web/System.Web.Compilation/ChangeLog 2005-04-05
10:20:09 UTC (rev 42555)
+++ trunk/mcs/class/System.Web/System.Web.Compilation/ChangeLog 2005-04-05
11:22:35 UTC (rev 42556)
@@ -1,3 +1,8 @@
+2005-04-05 Lluis Sanchez Gual <[EMAIL PROTECTED]>
+
+ * TemplateControlCompiler.cs: Don't autogenerate IDs for
+ controls inside Content template.
+
2005-03-18 Gonzalo Paniagua Javier <[EMAIL PROTECTED]>
* TemplateControlCompiler.cs: make typedesc.aspx work again.
Modified:
trunk/mcs/class/System.Web/System.Web.Compilation/TemplateControlCompiler.cs
===================================================================
---
trunk/mcs/class/System.Web/System.Web.Compilation/TemplateControlCompiler.cs
2005-04-05 10:20:09 UTC (rev 42555)
+++
trunk/mcs/class/System.Web/System.Web.Compilation/TemplateControlCompiler.cs
2005-04-05 11:22:35 UTC (rev 42556)
@@ -701,7 +701,7 @@
#if NET_2_0
if (b is ContentControlBuilder) {
ContentControlBuilder cb =
(ContentControlBuilder) b;
- CreateControlTree (cb, true,
true);
+ CreateControlTree (cb, false,
true);
AddContentTemplateInvocation
(cb, builder.method, cb.method.Name);
continue;
}
_______________________________________________
Mono-patches maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches