Loading Problem - ASP.NET

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • siddu
    New Member
    • Nov 2006
    • 42

    Loading Problem - ASP.NET

    Hi,

    In my asp.net page I am displaying 3 reports one by one. But my second report is generating first, After that third and last first report is generating. How to make order that after generating first report then only second report should generate and after generating second report then only third report should generate.

    Please provide me solution.

    Thanks to all repliers
    Last edited by jhardman; Feb 12 '08, 05:45 PM. Reason: moved to .Net forum. ASP forum is for "classic" ASP
  • nateraaaa
    Recognized Expert Contributor
    • May 2007
    • 664

    #2
    Originally posted by siddu
    Hi,

    In my asp.net page I am displaying 3 reports one by one. But my second report is generating first, After that third and last first report is generating. How to make order that after generating first report then only second report should generate and after generating second report then only third report should generate.

    Please provide me solution.

    Thanks to all repliers
    You will need to post your code if you want us to help you solve a logic or code path problem.

    Nathan

    Comment

    • Frinavale
      Recognized Expert Expert
      • Oct 2006
      • 9749

      #3
      Originally posted by nateraaaa
      You will need to post your code if you want us to help you solve a logic or code path problem.

      Nathan
      As Nathan has requested, please post the code so that we can help you solve your problem...(plea se be sure to post your code snippets within code tags)

      Unless of course you're talking about how quickly each report loads in the browser when it is being rendered?

      In this case, you could simply use JavaScript set page content's CSS to be visibility=hidd en and when the page is finished loading set the visibility=visi ble...this will display all the reports at the same time (once the contents of the page have been fully loaded by the web browser).

      -Frinny

      Comment

      Working...