2002-07-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
authorGonzalo Paniagua Javier <gonzalo.mono@gmail.com>
Tue, 30 Jul 2002 09:34:59 +0000 (09:34 -0000)
committerGonzalo Paniagua Javier <gonzalo.mono@gmail.com>
Tue, 30 Jul 2002 09:34:59 +0000 (09:34 -0000)
commitdaa29c8628d16933fdb6ebb0c76824f4a8eec246
treea2d64bea5500b301c8946b28389a5a552a864d73
parent69feb0bc362a7bd7d1ab64157f272850d4306e17
2002-07-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* System.Web.UI/Page.cs: request to render postback script can be
after form started rendering.

* System.Web.UI.WebControls/Calendar.cs: lots of fixes. Render days.
Still left to persist selected days when changing month.

* System.Web.UI.WebControls/Unit.cs: fixed Percentage and Pixel.

* System.Web.UI.WebControls/WebControl.cs: a few properties are now
using ControlStyle instead of ViewState to persist.

svn path=/trunk/mcs/; revision=6258
mcs/class/System.Web/System.Web.UI.WebControls/Calendar.cs
mcs/class/System.Web/System.Web.UI.WebControls/ChangeLog
mcs/class/System.Web/System.Web.UI.WebControls/Unit.cs
mcs/class/System.Web/System.Web.UI.WebControls/WebControl.cs
mcs/class/System.Web/System.Web.UI/ChangeLog
mcs/class/System.Web/System.Web.UI/Page.cs