Richard Howells' Blog

Gridview/Formview not passing new/modified data values to ObjectDataSource/SqlDataSource Update Method

Can be caused by an unconditional call to the view's DataBind() method in the Page's Load method.

This overwrites the user modified data just received from the browser with fresh values from the database.  As a result the update appears to do nothing.

Posting Archive
Copyright 2002-15 by Dynamisys Ltd