G
Guest
I have an asp.net application which allows users to search, create and update records in a SQLServer2000 DB. Search results are displayed in a datagrid
The problem is after a record is updated or created and the datagrid refreshed by the user, the newly updated record doesn't display in the search results. The datagrid itself is definately refreshing as the record that has been updated disappears completely
If I close and open the browser and do a new search the record appears
Any db connections I open I have closed in a finally block and the dataset I use to populate the datagrid is NOT held in session
Any ideas?
The problem is after a record is updated or created and the datagrid refreshed by the user, the newly updated record doesn't display in the search results. The datagrid itself is definately refreshing as the record that has been updated disappears completely
If I close and open the browser and do a new search the record appears
Any db connections I open I have closed in a finally block and the dataset I use to populate the datagrid is NOT held in session
Any ideas?