---
title: "how to update cell in datagridview"  
description: "how to update cell in datagridview"  
author: "Anonymous User"  
published: 2010-10-28  
updated: 2010-10-30  
canonical: https://www.mindstick.com/forum/68/how-to-update-cell-in-datagridview  
category: "c#"  
tags: ["c#"]  
reading_time: 1 minute  

---

# how to update cell in datagridview

**Hi Guys**\
\
I have [datagridview](https://www.mindstick.com/articles/607/working-with-datagridview-in-vc-sharp) that [connect](https://www.mindstick.com/articles/12810/how-to-connect-tablet-to-external-monitor-or-flat-screen-tv-using-computer-adapters) to my [database](https://www.mindstick.com/articles/12226/use-of-database-in-sencha-extjs-and-insert-record-from-user-form-using-ajax) ([access](https://www.mindstick.com/articles/12994/how-foreigners-can-access-blocked-websites-in-china))\
\
if I stay on any cell and change the [value](https://www.mindstick.com/articles/23219/an-optimized-description-adds-value-to-experience-and-in-turn-effectively-guest-posting-packages), I see that the value is changed\
\
but when I make [refresh](https://www.mindstick.com/forum/12865/how-to-refresh-dropdownlist-but-keep-old-selected-value-json) i see that the value is back to the original value.\
\
how I can [update](https://www.mindstick.com/forum/156353/what-is-hummingbird-update) this cell (without [sql query](https://www.mindstick.com/forum/529/rename-table-name-and-column-name-using-sql-query))\
\
Thanks ![how to update cell in datagridview](https://www.mindstick.com/app_images/htmleditor.icons/msp_crying.gif)\

## Replies

### Reply by Anonymous User

Thanks ![how to update cell in datagridview](https://www.mindstick.com/app_images/htmleditor.icons/eusa_whistle.gif)\

### Reply by Uttam Misra

Just call an update on the adapter, like..\
\
adp.Update(datassetView);\


---

Original Source: https://www.mindstick.com/forum/68/how-to-update-cell-in-datagridview

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
