X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.Web%2FSystem.Web.UI.WebControls%2FChangeLog;h=b9b7783bec2e4d9f0e4ec31d409f7ee48442c627;hb=143f1512ad79335fd5ff0c0c314e4da930122962;hp=3cfbab62d92f05ff4daaef6fa79ca9198f6ee138;hpb=4bf7143482206aef49d3b02b32ad856934eceed6;p=mono.git diff --git a/mcs/class/System.Web/System.Web.UI.WebControls/ChangeLog b/mcs/class/System.Web/System.Web.UI.WebControls/ChangeLog index 3cfbab62d92..b9b7783bec2 100644 --- a/mcs/class/System.Web/System.Web.UI.WebControls/ChangeLog +++ b/mcs/class/System.Web/System.Web.UI.WebControls/ChangeLog @@ -1,3 +1,45 @@ + +2003-06-26 Gonzalo Paniagua Javier + + * ListControl.cs: save viewstate data when any of the 3 values is not + null. Fixed condition to save selection indices. Closes bug #45493. + +2003-06-20 Gonzalo Paniagua Javier + + * DataGrid.cs: fixed bug #43823. + +2003-05-29 Gonzalo Paniagua Javier + + * DataGrid.cs: fixed delegate type for SortCommand. + +2003-05-09 Gonzalo Paniagua Javier + + * DataGridColumnCollection.cs: added missing return in RemoveAt. + +2003-05-09 Gonzalo Paniagua Javier + + * DataGridColumnCollection.cs: fixed LoadViewState for the columns. + Don't save ViewState is the number of columns is 0. + +2003-05-02 Gonzalo Paniagua Javier + + * DataGrid.cs: get the right item Type for the property we're reading + fromt the data source. + +2003-04-30 Gonzalo Paniagua Javier + + * Label.cs: + * TextBox.cs: added control builder attribute. + +2003-03-29 Gonzalo Paniagua Javier + + * DataGrid.cs: Fixed SaveViewState and type of ItemDataBound. + +2003-03-17 George Kodinov + + * Unit.cs: Called the correct method to get the Numeric locale for the + double conversion + 2003-02-15 Gonzalo Paniagua Javier * ButtonColumn.cs: fixed a couple of infinite loop problems and render