G
Guest
hi,
I have a problem with a page that allows my users to download an attachment
( word file or such like). When the page is loaded I have a table which shows
an action required flag if the user needs to create a letter. The user can
then click a create letter button and I generate a word document and send
this to the response object which gives the user the option to open or save (
standard ie window). The problem is I also update the database to remove the
action required flag so I now want to rebind my controls to make this flag
disappear in the interface but since the response has already been written
the postback stops and the page is not reloaded.
any ideas on how to get around this?
I have a problem with a page that allows my users to download an attachment
( word file or such like). When the page is loaded I have a table which shows
an action required flag if the user needs to create a letter. The user can
then click a create letter button and I generate a word document and send
this to the response object which gives the user the option to open or save (
standard ie window). The problem is I also update the database to remove the
action required flag so I now want to rebind my controls to make this flag
disappear in the interface but since the response has already been written
the postback stops and the page is not reloaded.
any ideas on how to get around this?