Results 1 to 2 of 2

Thread: Response Object

  1. #1

    Thread Starter
    Hyperactive Member buddu's Avatar
    Join Date
    Jul 2001
    Location
    India
    Posts
    446

    Response Object

    hi to all
    How to Use Response.Expire=0 method in Asp.net

    since the Requested values are not cleared immediately when i
    am opening a new window for Showing the Report.


    Thanks
    prasad

  2. #2
    Addicted Member
    Join Date
    Feb 2002
    Posts
    242
    thats deprecated in asp.net.....better to use the new way:

    Response.Cache.SetExpires(DateTime.Now)

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