refreshing an asp page while redirecting
hi all,
I have developed an asp page called 'purchase.asp'that will display all the itemspurchased.
from there i have a link to another page called 'add.asp'.this will add new items to the purchasetable.
after adding the items im coming back to purchase.asp page using response.redirect. but the newly added record is not shown in purchase.asp.it is shown only after refreshing using F5.
can anyone help?
thanks in advance
|