|
-
Dec 20th, 2002, 08:52 AM
#1
Thread Starter
Frenzied Member
refreshing datagrid
After I do a delete from my datagrid the record still shows on the grid unless you leave the page and come back. I placed
'refresh the Datagrid
OleDbDataAdapter1.Fill(DataSet11)
DataGrid1.DataBind()
after the delete, but it keeps the old data in the grid and give me the new data from the database. What is the correct way to refresh the grid after a delete?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|