Read Asp.net Request Param and Session dynamically into properties
in .NET added by admin, on 2/12/2007 intermediate reflection
Article shows how you can use Attributes and Reflection to dynamically populate property with value from param, session or context without writing any addition code. I have used this technique in past and I hope you will also find it useful.
comment save report