Hi DD Team, I was wondering where does the Default FieldGenrator live, i.e. the one that runs if none is supplied?
e.g.
DetailsView1.RowGenerator = new AdavancedFieldGenerator(_table);
or
GridView1.ColumnGenerator = new AdavancedFieldGenerator(_table);
And is there any way of extending it? for instance if it is the DynamicDataManager on the page can this class be inherited and a new Default FieldGenerator implemented?
Hope this makes some sense? 
Steve

Always seeking an elegant solution.
[Oh! If olny I colud tpye!]
c# Bits blogOh, and don't forget to mark as answer any posts that help you
