Posts
All the articles I've posted.
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>)
Read moreMoving 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.
Read moreHow 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.
Read moreCode 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.
Read moreGet SqlDataSource To Retrieve DefaultValue of Current User (ExpressionBuilder with ASP.NET 2.0)
Published: at 08:00 PM<p> This article shows how to use Expression Builders in ASP.NET 2.0 to retrieve the current logged in user. DataBinding will not work so Expression Builders is the ticket. A small source file is created, the refernces to web.config are shown and a simple example is built.</p>
Read more