Hi Guys
I want to expose data to a view. Where the user select from (2006) to (2009)
The data will be
SupplierName,PlantName,2006,2007,2008,2009 data.
The user can also select from (2008) to (2009)
THhen the data will be SupplierName,PlantName,2008,2009
What will be the best way to create viewdata class for this?