Posts
All the articles I've posted.
Implementing Simple Cache for CodeSmith and NetTiers (ASP.NET 2.0)
Published: at 08:00 PM<p>In this article, I will show a simple way to implement Cache for a GetData type call in the SqlClient layer of the generated code. I won't go through all the details of getting to this point but will show the code and briefly explain how it works. I'm new to CodeSmith so I'm sure there is a better way to solve this problem, but for now, this is one technique that works.</p>
Improved Fast Access to Small Lists On ASPX Pages
Published: at 08:00 PMThe article below has a minor improvement to the previous article listed on this web site. Specifically, the previous article used the DropDownList as a mechanism to actually retrieve the data for the purposes of storing it in a local Dictionary. This article simply calls the ObjectDataSource directly to retrieve an IEnumerable type and iterates over that. Below is article with the updates. (Original Article is: <a href="/2006/08/30/smalllistaccess/">https://peterkellner.net/2006/08/30/smalllistaccess/</a>)
Moving From Casini to IIS, Login Fails. How come?
Published: at 08:00 PMWhat to do when an web application you wrote worked fine in developement (VS2005) but when you move it to IIS, you can no longer login using the Membership Provider you configured under development.
How To Show All Items Using a DropDownList and a GridView Control in ASP.NET 2.0 with VS2005
Published: at 08:00 PMThis article will show how to implement a showall item in a DropDownList using GridView with ASP.NET 2.0. It does it by dynamically changing the SelectParameters associated with a SqlDataSource.
Code Camp At Foothill College on 10/7 and 10/8 is Going Great!
Published: at 08:00 PMAs many of you know, I've been organizing CodeCamp here in Silicon Valley (Northern California) for the past month or so. We are up to almost 700 attendees and over 40 presenters! Oh my.