January 2008 - Posts

4
Comments

Lightbulb: How to add a Custom Class to ViewState by Jason N. Gaylord

I was building a page today that allows an admin to do some configuration and doesn't save anything back to the server until the admin chooses. I could have used XML or a temporary SQL table, but I choose ViewState for now. I continually received the...
2
Comments

Lightbulb: How To Access the Item's Index in a DataList or Repeater by Jason N. Gaylord

Like every other day, I'm blowing through some really complex code trying to create hacks to get around difficult issues. Then, a road block. I have a mind freeze and oops, I forgot what the issue is. I had that earlier today when I forgot how to access...
More Posts