What Does the DynamicDataManager class dohttp://forums.asp.net/t/1257004.aspx/1?What+Does+the+DynamicDataManager+class+doTue, 06 May 2008 06:42:53 -040012570042339034http://forums.asp.net/p/1257004/2339034.aspx/1?What+Does+the+DynamicDataManager+class+doWhat Does the DynamicDataManager class do <p>I am going through the code in the templates trying to get a good understanding of how all the pieces fit together. I've tried looking around in the documentation and on the web, but I haven't found anything that goes into detail as to what exactly the DynamicDataManager class does.</p> <p>Can you point me in the right direction?</p> <p>Thanks,</p> <p>Craig&nbsp;</p> 2008-05-05T22:22:23-04:002339563http://forums.asp.net/p/1257004/2339563.aspx/1?Re+What+Does+the+DynamicDataManager+class+doRe: What Does the DynamicDataManager class do <p>It does a number of things that properly set up the data control and the data source control for use with Dynamic Data.&nbsp; e.g.:</p> <ul> <li>&lt;div mce_keep=&quot;true&quot;&gt;Set&nbsp;a field generator on the GridView/DetailsView to create the right column set (if AutoGenerateColumns is used)&lt;/div&gt; </li><li>&lt;div mce_keep=&quot;true&quot;&gt;Set context type and table name on the data source&lt;/div&gt; </li><li>&lt;div mce_keep=&quot;true&quot;&gt;Set AutoGenerateWhereClause=true on DataSource if there is no Where clause&lt;/div&gt; </li><li>&lt;div mce_keep=&quot;true&quot;&gt;AutoLoadForeignKeys if flag is set (Linq To Sql only)&lt;/div&gt; </li><li>&lt;div mce_keep=&quot;true&quot;&gt;Expands the special Dynamic parameters (e.g DynamicControlParameter) into regular Parameters that the data source can understand&lt;/div&gt;</li></ul> <p>Hope this helps,<br> David</p> 2008-05-06T06:42:53-04:00