|
it
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Active Server Pages (ASP) Programming Discussionmicrosoft.public.inetserver.asp.general
How do you 'cache' an ASP page?
john_aspinall -
4 Nov 2006 10:28 PM - 1 message
Hi, Can someone tell me how you 'cache' an ASP page? I run a football predictions league site and some pages than calculate users points stats and the league table are taking ages to load. I think this is because its making loads of calculations (Although I could be wrong!). ...
How do you 'cache' an ASP page?
john_aspinall -
4 Nov 2006 10:26 PM - 3 messages
Hi, Can someone tell me how you 'cache' an ASP page? I run a football predictions league site and some pages than calculate users points stats and the league table are taking ages to load. I think this is because its making loads of calculations (Although I could be wrong!). ...
How to create a Server Object in a Function?
thisis -
4 Nov 2006 8:14 PM - 8 messages
Hi All, i have this.asp page: <script type="text/vbscript"> Function Body_Onload() ' create the object Set obj = Server.CreateObject("UploadImage.cTest") ' use method of the object Body_Onload = obj.cTestDelete Set obj = Nothing End Function </script> ...
Response.Clear with a Response.Redirect
nettleby -
4 Nov 2006 3:36 PM - 2 messages
The Microsoft site has confused me on this issue: [link] Says that: "ASP automatically discards any existing output in the buffer when you call Response.Redirect " ...
$40 to $200 worth Free Books
jeff101 -
4 Nov 2006 4:18 AM - 1 message
I bought $30 worth of certification exams from [url][link]] I passed the exams the stuff provided by this company was good and ¼ the price others are charging, plus they gave me some books worth $150 to $200 free. The books are not rubbish ...
ASP coding errors
Gale Coleman - LSND -
4 Nov 2006 3:36 AM - 2 messages
ASP, VBscript, IIS 6, Access database Hello, I have a form page that people fill out and push submit. When they push submit, the information is stored in a database in two different tables. You are then directed to a page that lists everything you have submitted so ...
Trouble with URL to Microsoft templates
Mr. Smith -
3 Nov 2006 10:17 AM - 3 messages
Hi I want a URL links to .dot and .xlt files on my websites. But when users try to save them it triggers built in template functionallity to save it as .doc or .xls instead. How can I publish MS templates and make sure the users get the .dot files ...
ASP On Loaded
amatuer -
3 Nov 2006 9:58 AM - 4 messages
Hi, can any1 tel me how do i and what exactly does an onloaded function look like? I want to use an on loaded function that when the page is done loading, i want to use, respose.redirect to reload the page. ...
How to get the percentage amout of a file being loaded ?
thisis -
3 Nov 2006 9:54 AM - 5 messages
Hi All, i'm trying to display the amout in percentage for the loading sub event value, for the <img .../> example: the browser should display something like this: view 1, time 00:00:05 loading 5% ==================== view 2, time 00:00:010 ...
Problems with encoded mailto-link in combination with outlook
cebsystems -
3 Nov 2006 8:34 AM - 2 messages
Hello all out there! I don't know if this is the correct group for posting this, please correct me/it, if you have a better group for it... We have a customer who uses utf-8 encoded websites and wants mailto-link on ...
request retrurns empty variable.
Col -
3 Nov 2006 3:49 AM - 2 messages
Hi all, On my asp form I have the simple code as below. The idea is that I check the client browser version and store it in BTYP. If I make BTYP a text input I can see the value OK. ...
No data return from ASP but Access returns correctly.
Jon Turlington -
3 Nov 2006 1:26 AM - 3 messages
When in access the SQL Statement works as expected; in ADO it does not. I have replaced the * with the % so I am sure that's not the problem. Anyone have any idea? <% Dim objConn, objRS, sCity,CONNECTIONSTRING,ReponseString ...
File System Object and displaying data
Rahul Chatterjee -
2 Nov 2006 7:53 PM - 2 messages
Hello All I used to have some static htm files which used to display data. There is a calling asp file which used to do something like below if Request.QueryString("PageName").count = 0 then strPageNameHtm = "toc.htm" ...
Problem accessing database from within a folder...
supasnail -
2 Nov 2006 8:23 AM - 9 messages
I have a happily working set of asp pages which read from the database via include file "./_private/include/database.mdb". However, when I try to gain access to this database on pages one folder removed using "../_private/include/database.mdb", the pages ...
Simple query returns 0 records in asp, but all records in vbscript
masg0013 -
2 Nov 2006 6:41 AM - 4 messages
I have a few vbscripts that I want to convert to asp pages so I can use html to format the data better. 1). Do asp pages have to be run from an IIS server or can I just ...
checkbox to insert data
Mangler -
1 Nov 2006 10:04 PM - 3 messages
Quick question. Is it possible to insert values in a Database with a checkbox? Say I have a recordset and if the check box is checked I want to insert the value of the of the field in the DB. ...
How to change the default "Update" in a DetailsView
test -
1 Nov 2006 6:29 PM - 2 messages
Using a DetailsView to update data in SQL 2005, How do I change the default "Update" hyperlink to a more user friendly button? Thanks ...
Using a stored procedure to return multiple recordsets with .Filter support
stjulian -
1 Nov 2006 4:05 PM - 2 messages
I have a stored procedure which returns 2 tables and 1 output value. I want the first table to be assigned to rs1 and the second to rs2. However when I run this, I get the following error as I begin to refer to the rs2 recordset ...
How do i call a function defined in html script tags from asp page?
thisis -
1 Nov 2006 11:46 AM - 20 messages
Hi All, i have this.asp page: <script type="text/vbscript"> Function myFunc(val1ok, val2ok) ' do something ok myFunc = " return something ok" End Function </script> <html> <body> <% val1ok = something1 val2ok = something2 ...
Mobile Phone plan calculator
psylencer -
1 Nov 2006 8:06 AM - 7 messages
Hi guys, I'm working on my first ASP web site. The idea of the site is to calculate which mobile phone plan is right for you. The idea is that the user answers a few questions about their calling habits, and the server calculates the ...
input box
amatuer -
1 Nov 2006 6:48 AM - 4 messages
Hi, I have an input box that sends data over to the next page. This input box was in a loop, there creating data looking like this: 2, 0, 0, 3, 0, 4, 0, 22, 0, 0, 0 How do i break the data up in such a way that i can populate it into my ...
Accessing network resources via classic ASP
Salty Dog -
31 Oct 2006 9:39 PM - 2 messages
I would like for server-side VBscript code to save a file to a remote server's network share. I've noticed that the exact code that would run from the command prompt does not get access to files on remote disks via ASP. Is ...
asp.net problem
Darren Brook -
31 Oct 2006 2:57 PM - 6 messages
Hi I have an asp.net 2.0 project and am experiencing a problem. In the project, I am trying to make use of Membership. I have one Role, called "Basic User" and two users - "admin" and "test". "admin" is a member of the Role but "test" is not. ...
asp does not find table
Terry On Windigo -
31 Oct 2006 2:06 AM - 3 messages
I must have forgotten someting. I did something like this about 4 years ago and got it to work. Now I need to do it again and I get this error message: Technical Information (for support personnel) a.. Error Type: ...
DATABASE ACCESS
IC1(SW/AW) -
31 Oct 2006 1:43 AM - 17 messages
I am trying to create a unique type of registration form for my job upcoming Holiday Christmas Party. There will be 60 tables for seatings with 10 people max at table. How can I write some codes to support this? I need to be able to see ...
Global Objects inside User Controls?
Greg Stevens -
30 Oct 2006 9:47 PM - 3 messages
[note: I am relatively new to ASP.NET, so I'm very possibly doing something stupid or overlooking something obvious. Please be forgiving, and walk me through your answer as much as possible. Much appreciated.] Here is the situation. I'm developing an application where: ...
Auto Incrementing number display on form submit
Mangler -
30 Oct 2006 7:31 PM - 2 messages
I dont know if this is possible or if someone has a better way to do this but here it is: I have a page where the user enters an rma#, lot#, and number of barcodes they need to print, here is the code for the results page that ...
filter results to display those older than 'today'?
supasnail -
30 Oct 2006 5:04 PM - 7 messages
I've been going round in circles here trying to get this to work and my ignorance of ASP is now showing me up. I want to construct a query string to allow me to filter entries to be displayed on a web page with respect to the date-entry contained in the ...
Cross Domain Cookie? By IP Perhaps?
@sh -
30 Oct 2006 4:12 PM - 2 messages
Guys, Anyone know of a way to allow a cookie to be read by multiple domains, or even better a specific IIS server IP? We're looking to track users across multiple domains within our website group, appreciate any help? ...
run excel
kirke -
30 Oct 2006 3:11 AM - 2 messages
I want to run excel in server. Server have IIS and MS SQL. My plan is, get data from MS sql and attach it in excel and run macro(vba) get result and save it as htm in server. I know it's weird, but I can run it in excel and don't want to write ...
Sending files from Servlet/JSP page to ASP Page
Srini -
29 Oct 2006 4:01 PM - 2 messages
Hi everyone, I want to transfer a file from servlet page or JSP to an ASP page. Since the two pages are in different server (WAS and IIS), I cannot just send file path to the ASP page and let it retrieves ...
|
|||||||||||||||||||||||