Results 1 to 4 of 4

Thread: Page_Load doesn't run!

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Oct 2002
    Posts
    128

    Page_Load doesn't run!

    Hello,

    I have searched on how to do this but can't find anything, please help me...

    I have a web application that produces crystal reports within a new window, using window.open

    this new window has the code to export the crystal report into a .pdf format within the window on Page_Load.

    but,

    when i close this window and try to produce a new report with different parameters the Page_Load doesn't run and the same report is displayed!

    i tested what would happen if i deleted the temporary internet files before clicking the button that runs the window.open code, and it works,

    so...

    how can i delete the temporary internet files from the client machine.


    or...

    Can anyone think of another way to get the Page_Load to run?

    Please help,
    thanks!

    Tom

    Note1: i am using vb.net with aspx.vb code behind files for the page load.
    Note2: the client machines have different operating systems on them.

  2. #2

    Thread Starter
    Addicted Member
    Join Date
    Oct 2002
    Posts
    128
    up

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Oct 2002
    Posts
    128
    up, up

  4. #4
    Member
    Join Date
    Mar 2002
    Posts
    60

    I am having the same problem

    Hey, I am having the same problem.

    I am using a timer to start a SUB again, wich is Page_Load.

    But it says that I have to pass "e As System.EventArgs"..
    What is that ??

    VB6 did that and I dont know how to do this on .NET..
    Anybody knows ?

    Thanks
    Martin

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