Results 1 to 2 of 2

Thread: Data does not refresh from the database

  1. #1

    Thread Starter
    Member
    Join Date
    Apr 2005
    Posts
    56

    Data does not refresh from the database

    hi again...

    I don't know why when I delete then requery my database, the old data comes, even after several time..

    Can anyone help ?

  2. #2
    Frenzied Member FishGuy's Avatar
    Join Date
    Mar 2005
    Location
    Bradford UK
    Posts
    1,708

    Re: Data does not refresh from the database

    Have you checked the data has actually been deleted in the database its self. If it has it looks like your getting a cached version of the page
    Try this in the page load event.
    VB Code:
    1. Response.Cache.SetCacheability(HttpCacheability.NoCache)
    2.         Response.Cache.SetAllowResponseInBrowserHistory(False)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width