Groups | Blog | Home


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
all groups > inetserver asp general > february 2004 > threads for monday february 23

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

looking for asp scripts to buy
Posted by Julian at 2/23/2004 11:47:17 PM
Hi I want to buy asp scripts for instant messaging & dating site. I have looked around but I can't find anything really good. There are a lot of good scripts in PHP but not ASP. Does any one can suggest some good script or has one and like to sell? ...more >>


Calculate sent file size
Posted by Roy Danon at 2/23/2004 10:57:55 PM
Hi, How can I find out what is the size of the HTML page i've sent to the client's browser? (Without using the server logfiles) Roy. ...more >>

Confused about ASP, "sessions", and queuing of multiple requests
Posted by Ohaya at 2/23/2004 9:24:02 PM
Hi, I'm trying to understand a situation where ASP seems to be "blocking" of "queuing" requests. This is on a Win2K Advanced Server, with IIS5. I've seen some posts (e.g., http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&oe=UTF-8&selm=Tidy7IDbDHA.2108%40cpmsftngxa06.phx.gbl) that indicat...more >>

Pass image to SQL Stored Procedure
Posted by Bent Kjeldsen at 2/23/2004 5:45:47 PM
Hi. I would like to upload an image (got File.Binary from ASPUpload) with a stored procedure. It works with a normal recordset with new/update and in ASP.NET, but in Classic ASP, I can't find the right constant in adovbs.inc to use for the parameter: Command.Parameters.Append Command.Cr...more >>

Passing variables when using enctype="multipart/form-data">
Posted by Steven K at 2/23/2004 5:28:00 PM
Hello, I am using an asp page (upload.asp) to gather information and to upload files to the web server using SoftArtisans SAUpload Tool. In the first page (upload.asp), I have a form for gathering info with the following: <form method="POST" action="upload_ok.asp" name="frmUpload" enctype=...more >>

Help
Posted by Jose at 2/23/2004 5:17:15 PM
Can anyone help? I try to put all my function in a separate .ASP file under scriptlib folder but when I call any function from the such asp file do not work meanwhile if I put the code inside the working asp works fine explain: mytools.asp <%SCRIPT Language="vbscript"%> function abc(pPar...more >>

Phone number lookups...
Posted by William Morris at 2/23/2004 4:37:20 PM
Our application tracks contact information. One of our clients, a car dealership, has asked about being able to enter a lastname and phone number and getting as much of the main form filled out as possible, "Hi, thanks for stopping by Demaux Motors. Before we get started, can I get your phone ...more >>

ASP Upload
Posted by Martin at 2/23/2004 3:48:19 PM
I have an ASP form that uploads files to our server. When I upload small files, it works great. But larger files like (2.5mb), I get: Active Server Pages error 'ASP 0113' Script timed out I have looked up the error, and added more time to the script (up to 10 minutes). Didn't help. ...more >>



site Search and Forum script?
Posted by Benny Alexander at 2/23/2004 3:31:57 PM
Hi, We are developing a CMS in ASP and before we write the code for a complete site search script and Forum, we want to check if is there any good ones? Kindly please let us know. Thanks in advance Benny --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (h...more >>

Can't Run ASP Pages
Posted by Kenneth Keeley at 2/23/2004 2:41:13 PM
Hi, My Win2K Server will not display ASP files, I can't seem to find anything wrong with the settings, What might be wrong. Any help would be most welcome. Kenneth Keeley ...more >>

Strange Issue with ASP displaying records
Posted by J P Singh at 2/23/2004 12:43:09 PM
We have a small application to track holidays of our employees. strUserId = session("UserId") strSQL = "SELECT * From holidayrequests where UserId="& strUserId & " ORDER by Status" I run the above query which for most part returns the results fine but occassionally it omits rec...more >>

Regular Expressions in ASP
Posted by mkafifi NO[at]SPAM bridgemont.com.eg at 2/23/2004 10:55:29 AM
Hi All Can any body tell me how to use Regular Expressions in ASP . Regards Mohamed Afifi Web Developer www.alqanat.com...more >>

XMLHTTP: translating entities like curly quotes and curly apostrophes?
Posted by Ken Fine at 2/23/2004 10:28:59 AM
I'm using XMLHTTP to screen-scrape many thousands of pages of content as part of a data-structuring project. One issue that I'm running into is that some entities such as curly quotes and curly apostrophes do not translate properly; they're returned as question marks indicating an unidentified...more >>

Base64-Encoded URL in ASP
Posted by Michael NO[at]SPAM MichaelLevy.net at 2/23/2004 9:55:29 AM
I am trying to integrate my ASP page with an external application that sends me a QueryString that is URLEncoded and each Name and Value in the QueryString is Base64 Encoded as well. --------------------------------------------------------------- Sample QueryString: MTAwMjg6cHJvZFByb2R1Y2Vy...more >>

Uploading a file from .asp
Posted by renatoa at 2/23/2004 3:56:05 AM
I have an application that works fine in Windows 2000 IIS, uploading files of any size to a server folder The same application installed in a Windows 2003 IIS limits the upload size to approx 200 Kb, trying to upload larger files generates an "Operation_not_allowed" error in the web log I suppose...more >>

Beginner Question
Posted by Seth Fuller at 2/23/2004 3:46:08 AM
Is there a way to mimic the IIS on a personal computer. I am learning Access and VBScript and would like to play around with ASP before plunging into a server lease. I have: Windows 98 MS Explorer 5.0 FrontPage 2000. Any help would be greatly appreciated. Regards, Seth ...more >>

Connecting to SQLServer in VB6 (using ADODB) works fine within VB appliction but not from ASP page
Posted by guy.bachar NO[at]SPAM polycom.co.il at 2/23/2004 1:43:58 AM
Hello All, I'm have a VB function that connect to SQL SERVER , get's information and returns the relavant string. using this function within VB application (say cmdbutton) works great, but when trying to activate the function from asp page, i'm getting nothing. can anyone help here ? here i...more >>

Looking for hosting.
Posted by Roy Danon at 2/23/2004 1:09:38 AM
Hi, I'm looking for an ASP host which has a package which fits all following requirements : 1. 3000-5000MB(3-5GB) disk space 2. 30GB and above - transfer 3. 300 Email Boxes 4. Dedicated IP Address(Atleast One) 5. 20 or more Hosted Domains 6. Compoments : Jmail Full Version Installed (incl...more >>


DevelopmentNow Blog