all groups > inetserver asp general > february 2004 > threads for sunday february 22
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
Definition of Application_OnStart
Posted by fruddy at 2/22/2004 9:58:44 PM
Hi everyone,
Just wanted to ask about Application_OnStart in the
global.asa. Now if I request one page from a particular site when I
first go to that site say mysite.com/default.asp that triggers the
Application_OnStart function.
Now if I request another page on this same site, the... more >>
[Perhaps OT] Zip
Posted by Steven Burn at 2/22/2004 9:55:51 PM
This is probably OT but, I'm wondering if there is anything available that
would allow one to run a file (e.g: .asp file) that would zip the complete
contents of a folder and it's sub-folders (and keep the directory stucture)
periodically (sort of like an auto-backup thing).
Unfortunately, I d... more >>
IIS / ASP Stops Sending Data to the Browser
Posted by David Morgan at 2/22/2004 9:38:06 PM
Hi
This is a really weird problem. We have a website that has been running for
about six months with no problems. We have recently moved it to a new
server with a new ISP. The server is of a much higher specification as is
the bandwidth etc. offered by the ISP.
The move went smoothly alt... more >>
how can I give Css in Javasript document.Write
Posted by techy techno at 2/22/2004 9:08:44 PM
Hii
Just wanted to know how can I decorate my texboxes and Listmenu which is
called from a JS file using the following code below:
document.write("<SELECT NAME='cur2' ONCHANGE='cconv1();'>");
document.write("<OPTION VALUE='0.345066110642241'>Argentina Peso
[ARS]</OPTION>");
document... more >>
Response Buffer Limit Exceeded
Posted by Omar at 2/22/2004 8:54:35 PM
I have a phonebook application that works fine only if
the search criteria was set to limited groups or
locations, I recieve this error:
Response object error 'ASP 0251 : 80004005'
When I request huge data or all of the records.
What do you suggest to solve the problem, Is... more >>
Does amount of code compiled for a page affect server performace?
Posted by CB at 2/22/2004 8:11:06 PM
I have what must be a very common design issue in web programming, probably discussed 2000 times already, but I can never find any mention by searching. In particular
I have a web page with a form, which is posted to the server when the user is finished. The next stop for the user might be a ret... more >>
retrieving cached asp page
Posted by Hugh Welford at 2/22/2004 12:55:29 AM
Hi...I want to be able to return to a search results page without having to
reload the page after having followed a link from one of the results. Would
a search results pages generated by asp be cached, and is it possible to
direct the browser to load quickly from the cach rather than slowly from... more >>
|