C
Cal Who
I have a data bound aspataList such that if a file exist the aspataList
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 aspataList is not
refreshed.
I assume the data bound controls are run before the button event is.
Is there some way I can cause the aspataList 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 aspataList does not update.
If in FF I use "Clear recent history" to clear the cache and then click the
refresh button the aspataList 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 aspataList is not
refreshed.
I assume the data bound controls are run before the button event is.
Is there some way I can cause the aspataList 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 aspataList does not update.
If in FF I use "Clear recent history" to clear the cache and then click the
refresh button the aspataList 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