473,325 Members | 2,608 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,325 software developers and data experts.

ASP Page Reloading

Hi,
We have a asp and the source is,
<%
Response.Expires = 0
appnum = Request.QueryString("appnum")
pdfpath = Application("pdfpath")
set objXML = server.createobject("TASJobReport1.JobReport")
x = objXML.PopulatePDF(appnum)
set objXML = nothing

if (ReadFromDisk = "Y") then
filename = pdfpath & "/JAR" & appNum & ".pdf"
Response.Redirect(filename)
else
Response.ContentType = "application/pdf"
Response.BinaryWrite x
end if
%>
Basically what we are doing is, we are creating a COM+ object (
TASJobReport1) and get the method of it to get the details and
populate it in a acrobat.
But this asp page is getting reloaded for two times, Don't know why /
but it's getting the values to the end user properly. But because it's
reloading two times, we have a bottle neck for performance.
Anyone help us...
Jul 19 '05 #1
0 1503

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
by: Dominic | last post by:
I have a home page on an intranet called default.asp I just type in the server name to take me to the default page http://server. The home page has an anchor name tag: <A name="fred">Freds Info</A>...
2
by: Charlie | last post by:
Hey all: I have a very simple script that changes an image when the user 'OnMouseOver's it. it works without a problem, but the progress bar at the bottom of the browser window reappears with...
2
by: pTsy | last post by:
How to enforce ASP.NET page reloading in other words initiate Page_Load call in C#. Thanks
1
by: Dave Moore | last post by:
Hi All, Here's my problem. I'm having trouble managing the additional variables on the end of my URL. For example, I might have a URL like the following: ...
1
by: pankajit09 | last post by:
Hi I am implementing a search functionality. Whenever a user types a text to search and then clicks enter I want the textbox to retain the text after page reloading just like Google. How to...
5
by: henryrhenryr | last post by:
Appologies for unclear title. I don't really understand the problem I'm facing. My system: PHP 5.2.1, Win2K, Apache 2, MySQL 5 (local - problem is same on my live site running php 4.3.9, Linux,...
4
by: BigZero | last post by:
Hello ppl, I have any index page that already as lot of information to display i wanted to make it as the index page should display one image for 5 second and after 5 second the rest data but...
2
by: rosie01 | last post by:
hi, I have set up a chat forum that loads within the website when a user logs in. However, this chat page loads everytime a user is brought to the welcome page. Is there any asp code that can be...
2
by: sajankonni | last post by:
i want to refresh image buttons in asp.net,only without reloading the entire page.
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.