February 2012 M T W T F S S « Jan 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 -
Recent Posts
Tags
Blogroll
Category Archives: My Articles
How to use a ConfigurationElementCollection with custom attributes
The other day I was working on a utility class that did xslt transformations and I wanted to make it read some file paths from the app/web.config file. I found some great examples on the web about using custom configuration … Continue reading
How to make a CheckBox fire the ItemCommand Event of a Repeater
At work today I tried to do something I though would be simple, I needed to add a check box control to a repeater’s item template and have it fire the ItemCommand event on the repeater. The button and link … Continue reading