[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

AuntieAuntieAuntie

6/18/2007 5:11:00 PM

I have an aspx page with a dropdownlist whose results are writen to a
FormView object.
When I delete a record and return to the ddl, click the select button the
delete record's infor is written to the FormView. then when I select an
option other than the first option in the ddl, then the previously delete
record no longer appers.
I would like not to cache the ddl or the page. I have tried various
attempts at not caching to no avail.

I would greatly appreciate a simple workable solution for not caching a page.

Thank you.