This is the code for my listview control
<asp:AccessDataSource id="photoSource" Runat="Server"
DataFile="~/App_Data/photos.accdb"
SelectCommand="SELECT DISTINCT source FROM photos ORDER BY source"/>
<asp:ListBox ID="lstUploaded" DataSourceID="photoSource" DataTextField="source" DataValueField="source" runat="server" />
Does that not update on postback at all? The item is being deleted from the database so i know it's not just keeping that.

New Topic/Question
Reply



MultiQuote




|