Home All Groups Group Topic Archive Search About



Active Server Pages (ASP) Programming Discussion

microsoft.public.inetserver.asp.general
Score Does anyone know of some good classic asp sites?
JimO - 10 Feb 2007 4:09 PM - 5 messages
I'm having problems finding some code examples using classic asp.  It seems that even a lot of archives aren't very complete.  I'm even having some problems finding anything beyond the basics at sites like 4GuysFromRolla, ...
Score Inserting Dates into MS-Access ?!?!?
Dean - 10 Feb 2007 2:11 PM - 8 messages
This seems like it should be easy but I am stumped.  I am trying take a variable, add to it, and insert the result as a new record into Access. The ending result is: INSERT INTO Period (CoID, CkDate) Values 1, #2007/01/26#) ...
Score limit internal users open just one browser from the server
c676228 - 9 Feb 2007 8:13 PM - 7 messages
Hi all, I am thinking about doing this since I got several cases that some of our internal users open more than one browser at the same time from our server. When one of the transactions was not completed finished, the second browser ...
Score Gibberish Pdf file displayed if I transfer using bit stream
c676228 - 9 Feb 2007 7:52 PM - 6 messages
Hi all, The following code was suggested by one of the users in this newsgroup when a pdf file was requested by a user from an asp page. I used the similar code in my page and the very interesting thing is when the pdf is displayed on the ...
Score Excel
amatuer - 9 Feb 2007 12:48 PM - 2 messages
Hi, I'd like to open an excel file from a button click in an asp page. Does anyone know how to do this, if possible? Any assistance wil be highly appreciated. Thanks ...
Score Problem with CDONTS sending mail to Lotus and MS Exchange.
Pav - 8 Feb 2007 7:35 PM - 4 messages
Hi, I am developing a small Intranet web application which needs to send mails to our coporate Ids. I am using CDONTS, But my mails never leave Que folder. Not able to find out what the problem is . please help ...
Score CDNOTS Problem sending mail to Lotus notes and Exchange
Pav - 8 Feb 2007 7:02 PM - 1 message
Hi, I am developing a small Intranet web application which needs to send mails to our coporate Ids. I am using CDONTS, But my mails never leave Que folder. Not able to find out what the problem is . please help ...
Score Easy string problem: invalid syntax????
.Net Sports - 8 Feb 2007 6:10 PM - 10 messages
I get an incorrect syntax error pointing to the semicolon when I run this sql statement with a dynamic  querystring (geid is primary key integer datatype): sql="SELECT firstname,lastname from general where geid = " & request.QueryString("id") & ";" ...
Score Prevent a Paste of a Filename in an Input Type=File
Larry Bud - 8 Feb 2007 5:23 PM - 13 messages
I rarely crosspost, but this affects both ASP and Javascript REALLY odd bug that I ran across in ASP 3.0.  I have an input type of file, user clicks browse, then places his cursor in the filename, puts ...
Score Script timed out
Lynda - 8 Feb 2007 3:18 PM - 7 messages
Script timed out - how do i fix this? ...
Score Re: Print tables with cell background colors
ravichoudhari - 8 Feb 2007 5:04 AM - 1 message
<td bgcolor ="#xxxxxx"> may be used to control individual cell background color ...
Score Multiple Selections
jjuan - 8 Feb 2007 2:33 AM - 2 messages
I have a multiple dropdown which have multiple selection. If  I select multiple value on my multiple dropdown list and submit it,how can i write it on the tblotherlang sample code <select size="10" name="ddmultiplelang" multiple> ...
Score how to use both VB & C# in ASP.NET Website construction
dotNetFan - 8 Feb 2007 2:02 AM - 2 messages
I have classes defined in both VB & C#, and would like to make them accessible in ASP.NET Website construction. But I could not both them both in App_Code folder. What should I do? Thanks in advance. ...
Score how can I use both VB & C# in ASP Website
dotNetFan - 8 Feb 2007 1:59 AM - 2 messages
I have classes defined in both VB & C#, and would like to make them accessible ASP Website construction. I could not put them both in the App_Code folder, what should I do? Thanks. ...
Score request.form problem
MikeR - 7 Feb 2007 11:53 PM - 6 messages
I have an html page which submits form data to an asp page.  If I use the get method, the data can be displayed in the receiving page using request.querystring. I'd like to use the post method so the data isn't on the URL. ...
Score ASP Problem 800a0e79
ADZ Media - 7 Feb 2007 5:03 PM - 3 messages
Basically there is a site using an Access DB, and they want a sister site on the same server, i.e. within a folder of the original site [link], but using the same database, the error I get ...
Score ASP Write Method - How to Position the Cursor
Billy - 7 Feb 2007 4:05 PM - 5 messages
Hi all, I'm building a text file from a database table using the ASP Write Method and would like to position the cursor in a specific column position before writing the fields. As I loop through and write the fields into strings of rows, I want to be able to put field1 in ...
Score what is ("http://schemas.microsoft.com/cdo/configuration/sendusing") doing in CDO
uofs76 - 7 Feb 2007 1:09 PM - 1 message
I am trying to understand why an 'Http address like string' is used with Flds.Item among other parts of the object. Is the string "[link] sendusing" a built in name in CDO or is it actually addressing ...
Score How to Split HTML String?
vunet.us - 7 Feb 2007 3:47 AM - 11 messages
Hello, I use XMLHTTP to get an HTML of another page. Then, I need to cut some middle part of that HTML string but I have problems doing it (see note in caps below). The error I have generated at response.write (because ...
Score ASP Error: HTTP 404 - File not found
kianskee - 7 Feb 2007 1:58 AM - 5 messages
I am encountering an error HTTP 404 - File not found. It seems that when I upload a file with a symbol # in the filename, this error occurs (e.g. case#2.pdf). I cannot access the file I uploaded. But ...
Score classic asp: "This array is fixed or temporarily locked "
Eric Layman - 6 Feb 2007 6:39 AM - 3 messages
Hi, I have the following script below. I intend to have a dynamic array of non fixed size set rsseats = conn.execute("select * from seats") Dim arr(1) response.write ubound(arr) do while not rsseats.eof      ReDim arr(ubound(arr)+1) ...
Score ASP Form to Mail Error
David Hodgson - 5 Feb 2007 8:37 PM - 3 messages
I really need some help with this one please, I have an ASP script that collects information from a form on my site and sends it as an email. The ASP script is calling CDONTS.DLL which is registered on a win2k3 server with Exchange server running. ...
Score MapNetworkDrive: Extremely Poor Performance When Writing to Path
Billy - 5 Feb 2007 6:17 PM - 2 messages
Hi All, I'm attempting to use the MapNetworkDrive <snipped> below from entire code below with very poor performance results. Basically, I have very small 73kb text files that are rewritten daily to a network share using the MapNetworkDrive command to connect to the ...
Score Classic ASP:Generate PDF without using third party components
Eric Layman - 5 Feb 2007 5:35 PM - 6 messages
Hi, I noticed that PHP have the ability to create PDF files without using any third partty componentys. Most notably is via FPDF. It generates PDF by using "pdf markups" / or ghostscripts I believe the same can be done via ASP too. One has to use response.write ...
Score Chunked client POST support in ASP
Jonas Ericsson - 5 Feb 2007 2:25 PM - 13 messages
The release notes for IIS 6.0 talks about ASP support for POSTs from clients that are using chunked Transfer-encoding. Does anyone know what this support means? It does not seem to be possible to use Request.BinaryRead, and Request.TotalBytes returns -1. ...
Score How to export the Web form results to Excel file?
ms.wcchan - 4 Feb 2007 4:18 PM - 5 messages
Dearest I.T. professional, I am now doing a survey and would like to ask all customers to submit the questionnaire online so that I can collect the results in the excel file. What programming language and how to write script to click the submit ...
Score Is there a way to have Personal Web Server on XP- Home?
aa - 4 Feb 2007 7:07 AM - 10 messages
Is there a way to have Personal Web Server on XP- Home? ...
Score redirect specefic user with specefic role to specefic pages ASP.ne
SemSem - 4 Feb 2007 4:44 AM - 2 messages
Helloz iam working in a web application for univesity. ihave diffrent kind of roles like: 1-Studetn Affairs     2-Staff     imake three sperate master pages for them.: example: 1-SA.mastepage  2-Staff.masterpage 3-main.masterpage ...
Score Login And redirect for specefic users
SemSem - 4 Feb 2007 4:41 AM - 1 message
Helloz iam working in a web application for univesity. ihave diffrent kind of roles like: 1-Studetn Affairs     2-Staff     imake three sperate master pages for them.: example: 1-SA.mastepage  2-Staff.masterpage 3-main.masterpage ...
Score How do you detect when a page has only been refreshed?
JimO - 4 Feb 2007 12:27 AM - 2 messages
I'm trying to write an ASP interface that mimiks a .Net datagrid control. I'm having a problem when I'm in the middle of an Edit, Update, or a New Record.  If the user hits the wrong button, the program grabs the values in ...
Next »