hi all
does any know how to convert this one
switch (((Filter)c).FilterModifier)
{
im getting error -
Cannot convert type 'System.Web.UI.Control' to 'Reports.Filter'
Filter is a class containing a collection od filters.
Reports is a class of the reports and the filter collection is linked with the reports.
c is a control and i want to get .FilterModifier in the Filter class for control c