asp.net detailsview update method not getting new values
- by Ali
Hi all,
I am binding a detailsview with objectdatasource which gets the select parameter from the querystring. The detailsview shows the desired record, but when I try to update it, my update method gets the old values for the record (and hence no update). here is my detailsview code:
<asp:DetailsView ID="dvUsers" runat="server" Height="50px"…