Hello:
I have an ASP app that walks me through a database (Access) and allows me to delete records and update them. However the way that I have my code "working" is that once I click the update button, the code behind the button works (updating the record) but the old information remains in the window until I move to another record and then back to the one that was changed, then I see the changes. Is there a way to "refresh" the current record display without having to move to the next or previous record?
I have played with resync, and with <META REFRESH> but can't seem to figure it out.
I'd be happy to post my code here if that would help...
Peter
I have an ASP app that walks me through a database (Access) and allows me to delete records and update them. However the way that I have my code "working" is that once I click the update button, the code behind the button works (updating the record) but the old information remains in the window until I move to another record and then back to the one that was changed, then I see the changes. Is there a way to "refresh" the current record display without having to move to the next or previous record?
I have played with resync, and with <META REFRESH> but can't seem to figure it out.
I'd be happy to post my code here if that would help...
Peter