data grid refresh problem...

Posts   
 
    
sekobey
User
Posts: 12
Joined: 24-Mar-2005
# Posted on: 30-Mar-2005 19:13:28   

Hi,

i use a typed list and data adapter scenario.I bind data to my data grid and to my form components.I add new record to db,delete a record from db or update record.But i couldn'r see any change in my data grid.

grid.Refresh() does not work.

please help...

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39933
Joined: 17-Aug-2003
# Posted on: 31-Mar-2005 12:29:31   

You did re-fetch the typed list? The typed list isn't updated if some other code removes data from the db which happens to be in the typed list as well.

Frans Bouma | Lead developer LLBLGen Pro