Null Strings in ASP.NET Declarative DataSource Updates
...empty strings should have been. Indeed controls like the TextBox have code in them that allows you to set the Text property to null and the TextBox will convert that into an empty string. So it's a bit counterintuitive that the declarative data source works the opposite way by default
When you use a declarative data source to perform a...
