I am using Dynamic Data Web Entities Application website and need control of the dynamicfilters placed on the PageTemplates/list.aspx page.
I have a table using the default PageTemplates/list.aspx view and this table has a foreign key to a table of users. The foreign key is showing up in the filters correctly but I want to default the filter to the current user if exist in the filter list.
How can I set the selectedvalue of a dynamicfilter listing users to the current user logged in?
I am using windows authentication, so I have the userid. The user table also has userid and name, dynamic filter currently displaying name.
vs2008 3.5 sp1 (no futures).