Archive for October, 2009
GridView Trickery: Using Complex FilterExpressions
0 Comments Published October 30th, 2009 in ProgrammingI ran into this cool trick today while I was implementing filtering in a GridView. The challenge was that I had to apply a composite FilterExpression to the GridView from the value of a DropDownList. I started out with the following (simplified) code:
Recent Comments