This is a migrated thread and some comments may be shown as answers.

Redraw grid after update to database

1 Answer 68 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Laura
Top achievements
Rank 1
Laura asked on 03 Oct 2008, 09:33 PM
My grid is updated via a stored procedure, and when a user is updated, the stored procedure deletes the current one being updated and adds a new one. So every time the database is updated, I need to re draw the grid. In the C# code behind, which function call do I need to do this in, and what is the code to redraw the grid?

Thanks,
Laura

1 Answer, 1 is accepted

Sort by
0
Accepted
Vladimir
Top achievements
Rank 1
answered on 04 Oct 2008, 12:16 PM
Hi Laura,

You can call Rebind().

Vlad
Tags
Grid
Asked by
Laura
Top achievements
Rank 1
Answers by
Vladimir
Top achievements
Rank 1
Share this question
or