|
|
@@ -42,7 +42,7 @@ namespace System.Web.UI.WebControls {
|
|
|
[AspNetHostingPermissionAttribute (SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Minimal)]
|
|
|
public sealed class AutoGeneratedField : BoundField
|
|
|
{
|
|
|
- Type dataType;
|
|
|
+ Type dataType = typeof(string);
|
|
|
|
|
|
internal AutoGeneratedField ()
|
|
|
{
|