Can anyone explain how I can get the selected value of a DynamicFilter dropdown on the list page template in code behind? In basic webforms it would simply be DropDownList1.SelectedValue, but how can I do this with the DynamicFilter_FilterChanged event?
I assume that part of the problem would also be to find the correct drop down list if there are several foreign key in the table.
None
0 Points
22 Posts
Dynamic Data - Getting the value from a DynamicFilter dropdown
Mar 12, 2013 03:31 PM|SonnyTate|LINK
Hello,
Can anyone explain how I can get the selected value of a DynamicFilter dropdown on the list page template in code behind? In basic webforms it would simply be DropDownList1.SelectedValue, but how can I do this with the DynamicFilter_FilterChanged event? I assume that part of the problem would also be to find the correct drop down list if there are several foreign key in the table.
Member
381 Points
184 Posts
Re: Dynamic Data - Getting the value from a DynamicFilter dropdown
Mar 21, 2013 04:34 AM|Ilikeit|LINK
http://forums.asp.net/t/1387589.aspx/1