[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.Web / System.Web.UI / ChangeLog
index 30f9afc22e020603d861599195be329fd0ab0669..6ed7ad0c4b96935057043fdf9cad6d0147529927 100644 (file)
@@ -1,3 +1,28 @@
+2010-07-23  Marek Habersack  <mhabersack@novell.com>
+
+       * ClientScriptManager.cs: 4.0 adds a class="aspNetHidden"
+       attribute to the div element surrounding the hidden elements.
+
+2010-07-14  Marek Habersack  <mhabersack@novell.com>
+
+       * DataKeyPropertyAttribute.cs: added (4.0)
+
+2010-07-13  Marek Habersack  <mhabersack@novell.com>
+
+       * Control.cs: moved 4.0 ClientID code to a separate method, so
+       that the ID_SET flag isn't set when necessary.
+
+2010-07-10  Marek Habersack  <mhabersack@novell.com>
+
+       * Control.cs: when setting ClientIDMode remember the value when
+       setting the property for the first time.
+
+2010-07-08  Marek Habersack  <mhabersack@novell.com>
+
+       * Control.cs: if generating a predictable ID and the current
+       control is a naming container, ensure that an ID is generated if
+       not specified by user.
+
 2010-07-02  Marek Habersack  <mhabersack@novell.com>
 
        * TemplateControlParser.cs: added support for ClientIDMode