asp:ListView Insert and Update not working

I have been working on a solution that used the asp:ListView to manipulate data from an access database. After defining the Layout, Item, EditItem, and Update Templates I was impressed with how much control I had over the display formats and CSS integration that this control allows.  The template I was using is a standard html table.  The display of the data worked perfectly, but when I attempted to edit a record it replaced everything with blank values.  Inserting a new re... [More]
30. January 2009 04:30 by Duane | Comments (1) | Permalink

AutoEventWireup and asp:Repeater

So for the last few days I have been scouring through lines and lines of code trying to figure out why the ASP Repeater control <asp:repeater ...> control was not working.  I checked everything from the record set to the data binding to make sure I had covered all the bases.  Everything checked out but when I loaded the page the data was not displayed. So in an attempt to troubleshoot the situation I created a new C# web form in VS 2005.  Keeping it simple I ad... [More]
6. February 2008 06:54 by duners88 | Comments (0) | Permalink

TextBox

RecentPosts