I have a page that contains a series of UserControls - which are created dynamically according to a number of database records.
Within the UserControl I allow the editing / saving / deleting of the underlying information (each UserControl represents one record in the database).
When I delete the record I want the page to reload / refresh - so that that instance of the UserControl no longer exists (because the record is now gone).
How can I go about doing this?
Any help would be appreciated.
Thanks in advance.
Steve
Within the UserControl I allow the editing / saving / deleting of the underlying information (each UserControl represents one record in the database).
When I delete the record I want the page to reload / refresh - so that that instance of the UserControl no longer exists (because the record is now gone).
How can I go about doing this?
Any help would be appreciated.
Thanks in advance.
Steve