Jason N. Gaylord's Blog
Sign in
|
Help
Home
RSS for Posts
Atom
RSS for Comments
Email Notifications
Go
Search
Go
Tags
.NET
.NET Valley
AJAX
ASP.NET
Blogging
Business
Community News
Controls
Design/Development Tools
General Software Development
Google
Internet Explorer
JavaScript
LINQ
Microsoft
Microsoft Office
Mobile
Reviews (Technical)
SQL Server
TECHbash
Tips and Tricks
User Group
Vista
Visual Basic
Visual Studio
Community
Home
Blogs
Media
Groups
Archives
October 2008 (4)
September 2008 (14)
August 2008 (15)
July 2008 (1)
June 2008 (14)
May 2008 (25)
April 2008 (9)
March 2008 (7)
February 2008 (6)
January 2008 (2)
November 2007 (1)
October 2007 (5)
September 2007 (4)
August 2007 (2)
July 2007 (2)
June 2007 (6)
May 2007 (6)
January 2008 - Posts
Lightbulb: How to add a Custom Class to ViewState
by
Jason N. Gaylord's Blog
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...
Filed under:
ASP.NET
Lightbulb: How To Access the Item's Index in a DataList or Repeater
by
Jason N. Gaylord's Blog
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...
Filed under:
ASP.NET