Using Telerik WebAii to Test File Upload Validation
0 Comments Published by Erik Burger November 19th, 2009 in ProgrammingOn my current project I am naturally using Unit Testing as much as possible. The application is an ASP.Net web application so I was limited to testing the business logic only. Or so I thought.
GridView Trickery: Using Complex FilterExpressions
0 Comments Published by Erik Burger 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:

