* CommandField.cs: fixed InitializeCell, wrong order of command buttons
authorVladimir Krasnov <krasnov@mono-cvs.ximian.com>
Sun, 16 Jul 2006 15:44:22 +0000 (15:44 -0000)
committerVladimir Krasnov <krasnov@mono-cvs.ximian.com>
Sun, 16 Jul 2006 15:44:22 +0000 (15:44 -0000)
commit86480b17b09422677e6830aa47135f5cf3e8861f
tree6c605511c906ecb85db4051f371855849ecc3eb4
parent41b80d4ac26f17534f41d019eeb546521379c377
* CommandField.cs: fixed InitializeCell, wrong order of command buttons
* ImageField.cs: image field with null src and ConvertEmptyStringToNull should be rendered as label
* BoundField.cs: empty null value should be rendered as nbsp
* GridViewRowCollection.cs: fixed SyncRoot

svn path=/trunk/mcs/; revision=62660
mcs/class/System.Web/System.Web.UI.WebControls/BoundField.cs
mcs/class/System.Web/System.Web.UI.WebControls/ChangeLog
mcs/class/System.Web/System.Web.UI.WebControls/CommandField.cs
mcs/class/System.Web/System.Web.UI.WebControls/GridViewRowCollection.cs
mcs/class/System.Web/System.Web.UI.WebControls/ImageField.cs