Author: gonzalo
Date: 2005-04-07 17:16:33 -0400 (Thu, 07 Apr 2005)
New Revision: 42657

Modified:
   trunk/mcs/class/System.Web/System.Web.UI.WebControls/TemplateField.cs
Log:
fix build

Modified: trunk/mcs/class/System.Web/System.Web.UI.WebControls/TemplateField.cs
===================================================================
--- trunk/mcs/class/System.Web/System.Web.UI.WebControls/TemplateField.cs       
2005-04-07 20:40:45 UTC (rev 42656)
+++ trunk/mcs/class/System.Web/System.Web.UI.WebControls/TemplateField.cs       
2005-04-07 21:16:33 UTC (rev 42657)
@@ -29,6 +29,7 @@
 //
 
 #if NET_2_0
+using System.Collections.Specialized;
 using System.Web.UI;
 using System.Security.Permissions;
 using System.ComponentModel;
@@ -161,7 +162,7 @@
                
                public override void ValidateSupportsCallback ()
                {
-                       throw new NotSupportedException ("Callback not 
supported on TemplateField. Turn disable callbacks on '" + Control.Id + "'.");
+                       throw new NotSupportedException ("Callback not 
supported on TemplateField. Turn disable callbacks on '" + Control.ID + "'.");
                }
 
        }

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to