I have a Dynamic-Data application with a List.aspx main page listing data which can be filtered by country. The country table is used as a DynamicFilter as it is a foreignkey to the main table.
When I choose a state the DynamicFilter_FilterChanged method fires and it filters the main table properly but I'm trying to figure out how I can get the total number of rows that the filtering has produced.
I've looked at previous posts here with no luck.
Any ideas?