In the example below, the DefaultValue of my Foo Parameter passes a null value instead of string.Empty
null
string.Empty
MyUpdateMethod でそれを処理できますが、文字列パラメータの DefaultValue を空の文字列に設定する方法はありますか?
MyUpdateMethod
DefaultValue
There is a property on the Parameter for ConvertEmptyStringToNull
Parameter
ConvertEmptyStringToNull
http://msdn.microsoft.com /en-us/library/system.web.ui.webcontrols.parameter.convertemptystringtonull.aspx