The Listview control introduced in ASP.NET 3.5 fixes a number of issues with the old Gridview and Repeater controls.  In particular, one of my biggest problems with the Gridview was the inability to add an item through an empty row in the Gridview footer.  While there are several workaroun... [More]
I ran into a frustrating error recently, where my compare validator was refusing to co-operate when testing 2 dates. Here is my code: Start date: <asp:TextBox runat="server" ID="txtStartDate" Width="80px" CssClass="TextField" Text='<%# Bind(&q... [More]