asp.net - Updating Only Changed Rows Using GridView Control -


what best way of updating db changed rows using gridview?

i have gridview control has inline editing , when user edit row there 2 options "update" or "cancel" user might click update button without updating row...

how can make sure that, user changed row?

i don't use sure gridview doesn't handle automatically if using built in edit functionality. try debugging onrowupdated , onrowupdating methods see if called when save clicked , nothing has been changed. if don't need them add them can put break point there see if triggered.


Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -