Commandfield rowupdating
30-Oct-2020 10:36
So, to update, you might set the parameters as id = e.
of course, if I have 20 columns I could define 20 data keys but I just wondered if there is another way instead of: Sql Data Source Locations.
w=416" src="https://taditdash.files.wordpress.com/2014/06/gridview-cell-showing-updated-value.png? w=800" alt="Grid View Cell Showing Updated Value" class="size-full wp-image-331" srcset="https://taditdash.files.wordpress.com/2014/06/416w, https://taditdash.files.wordpress.com/2014/06/gridview-cell-showing-updated-value.png?
If we move our mouse on to the variables, which hold the cell values, we can see the old value instead of new updated value (Refer the debugging Screen Shot at the Top).
PS: location name is not an integer You don't access the table cells by name.
So, basically, instead of looking for table cells, look for the appropriate e.
w=800" src="https://taditdash.files.wordpress.com/2014/06/debugger-inside-gridview-rowupdating-event.png? w=800&h=359" alt="Debugger Inside Grid View Row Updating Event" width="800" height="359" class="size-full wp-image-328" srcset="https://taditdash.files.wordpress.com/2014/06/debugger-inside-gridview-rowupdating-event.png?
w=300" data-large-file="https://taditdash.files.wordpress.com/2014/06/debugger-inside-gridview-rowupdating-event.png? w=800&h=359 800w, https://taditdash.files.wordpress.com/2014/06/debugger-inside-gridview-rowupdating-event.png? w=150&h=67 150w, https://taditdash.files.wordpress.com/2014/06/debugger-inside-gridview-rowupdating-event.png? w=300&h=135 300w, https://taditdash.files.wordpress.com/2014/06/debugger-inside-gridview-rowupdating-event.png? w=768&h=345 768w, https://taditdash.files.wordpress.com/2014/06/864w" sizes="(max-width: 800px) 100vw, 800px" /Grid View on Browser " data-medium-file="https://taditdash.files.wordpress.com/2014/06/gridview-on-browser.png?
New Values Hi mckrecker, thanks for your reply but I dont need to differ between old and new values since I set a datakey which is the unique ID in my db and I update where unique ID = @unique IDselected of column.