3 instantiations of DefaultAutoFieldGenerator
System.Web.DynamicData (3)
DynamicData\DynamicDataExtensions.cs (2)
65
gridView.ColumnsGenerator = new
DefaultAutoFieldGenerator
(table);
70
detailsView.RowsGenerator = new
DefaultAutoFieldGenerator
(table);
DynamicData\DynamicDataManager.cs (1)
202
fieldControl.FieldsGenerator = new
DefaultAutoFieldGenerator
(table);