C
Cal Who
I have a data bound asp
ataList such that if a file exist the asp
ataList
shows some data from the file.
If there is no file it lists nothing.
I also have a button to upload a file.
When the button is clicked the file is uploaded but the asp
ataList is not
refreshed.
I assume the data bound controls are run before the button event is.
Is there some way I can cause the asp
ataList to reload it's data?
Failing that.
I added a refresh button in which onclick contains: window.location...
In web.config I have
<caching>
<outputCache enableOutputCache="false"
enableFragmentCache="false"
sendCacheControlHeader="false"
omitVaryStar="false" />
</caching
I believe when the button is clicked it refreshes the page (becaue I see
flicker) but the asp
ataList does not update.
If in FF I use "Clear recent history" to clear the cache and then click the
refresh button the asp
ataList still does not update.
If I leave the page and returnto it, it updates nicely.
I don't know what to try next.
Can you suggest something?
Thanks


shows some data from the file.
If there is no file it lists nothing.
I also have a button to upload a file.
When the button is clicked the file is uploaded but the asp

refreshed.
I assume the data bound controls are run before the button event is.
Is there some way I can cause the asp

Failing that.
I added a refresh button in which onclick contains: window.location...
In web.config I have
<caching>
<outputCache enableOutputCache="false"
enableFragmentCache="false"
sendCacheControlHeader="false"
omitVaryStar="false" />
</caching
I believe when the button is clicked it refreshes the page (becaue I see
flicker) but the asp

If in FF I use "Clear recent history" to clear the cache and then click the
refresh button the asp

If I leave the page and returnto it, it updates nicely.
I don't know what to try next.
Can you suggest something?
Thanks