# Nice article...declaratively bind Form / Querystring parameters onto member parameters

<datetime class="hidden">2006-09-06T00:00</datetime>
<!-- category -- mostlylucidcouk, Imported -->

## 
Nice article...declaratively bind Form / Querystring parameters onto member parameters 

posted on Friday, March 05, 2004 1:52 PM

I just like [this implementation of doing this pretty useful task](http://www.codeproject.com/aspnet/WebParameter.asp)...one of those things you end up doing over and over (I'm going to extend it to work with ViewState :-)). Also, a nice example of using Attributes and Reflection for something useful...