Tuesday, November 17, 2009

ASP.NET Property Parameter for Data Sources

When reworking an ASP.NET page I wanted to swap out a QueryStringParameter and use the value from a property instead.

I came across Joe Stevens' ASP.NET Property Parameter for Data Sources which works well.