473,804 Members | 2,536 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

ASP Page Reloading

Hi,
We have a asp and the source is,
<%
Response.Expire s = 0
appnum = Request.QuerySt ring("appnum")
pdfpath = Application("pd fpath")
set objXML = server.createob ject("TASJobRep ort1.JobReport" )
x = objXML.Populate PDF(appnum)
set objXML = nothing

if (ReadFromDisk = "Y") then
filename = pdfpath & "/JAR" & appNum & ".pdf"
Response.Redire ct(filename)
else
Response.Conten tType = "applicatio n/pdf"
Response.Binary Write 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 1523

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

Similar topics

6
8534
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> It is located by this anchor href tag: <A href="#fred">Up to Freds Info</A> The problem is that when I first use the link to take me up to Freds Info, the default.asp page is reloaded then I am taken to the Freds Info, which is a pain I...
2
1490
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 the change in image, and never finishes or goes away. When the page initially loads the progress bar completes and disappears. To change to image I am re-assigning it's .src
2
1178
by: pTsy | last post by:
How to enforce ASP.NET page reloading in other words initiate Page_Load call in C#. Thanks
1
1359
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: http://www.mydomain.com/index.php&option1=5&option2=7 It's the 'option' variables I'm having problems with. I would typically use variables of this form to control various aspects of the current page. However, the actual options present will be dependant on the current mode of the...
1
2685
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 do that ? Platform --> Debian Sarge Language --> Perl CGI and HTML Templates
5
2208
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, Apache 2). Various browsers. No errors are reported (set to ALL and STRICT) with my problem. To describe the problem a little more: The symptoms - very slow page load. I can see the page reloading simply by observing the 'progress' bar in...
4
2936
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 not the image. how to clean the old data or image from single loaded page. "All i m looking for display image for 5 second after 5 second clear image and show the rest data"
2
1460
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 used in order to check that this chat page is loaded, and if it is, that it won't reload again? thank you
2
4971
by: sajankonni | last post by:
i want to refresh image buttons in asp.net,only without reloading the entire page.
0
9711
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9591
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10343
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10331
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10087
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7631
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5529
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
2
3831
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
3001
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.