Home All Groups Group Topic Archive Search About



Active Server Pages (ASP) Programming Discussion

microsoft.public.inetserver.asp.general
Score how asp handle primary key violation and re-try insert statement?
John - 8 Jul 2006 7:04 AM - 3 messages
The ASP application inserts transaction records in transaction table with the system time as the primary key. However, it is possible to have primary key violation because the records in transaction table come from different sources. The application can show error message and ...
Score Using cdate function to display data under criteria
email0203 - 7 Jul 2006 8:37 PM - 3 messages
Hello -     I'm new to the groups here, so bear with me :) I am trying to change an existing function that currently only displays records that fall under a criteria of NOT(now>cdate(OTDate & ' 2:00 AM') ...
Score Displaying image data from SQL...single/multipart tiff
CD - 7 Jul 2006 8:14 PM - 4 messages
An application is logging faxes sent in SQL2000 image column type.  I have found code on the net but what it is doing is prompting to save to local which is fine for single page image.  Not good for multiple page faxes.  I ...
Score Passing chinese characters
MrMoMo - 7 Jul 2006 7:52 PM - 4 messages
How do I Pass chinese characters, charset GB2312 and BIG5, from Form to SQL using asp? My field in SQL is already set to nvarchar. Any help is much appreciated. Thanks. ...
Score XSl transformation not happening in asp page
nivi - 7 Jul 2006 6:31 PM - 3 messages
Hi Gurus, I have a problem with the way my output gets displayed in my asp page I have the UI in ASP which asks for input from a user on the asp  page and then passes that data to a perl file which further processes it and ...
Score Recordset Grouping
mstery - 7 Jul 2006 4:26 PM - 7 messages
I am stumped as to how to do what appears to be a very simple thing. Want to display the results of a query containing fields ID and Item, grouped by the ID. I only want 1 instance of the ID to appear on the ...
Score How to pass a string between ASP pages
bonnie.tangyn - 7 Jul 2006 10:25 AM - 8 messages
Hello All Could anyone give me some suggestions on passing a long string between ASP pages? I have three asp pages  - h_email content.asp, h_process_email.asp and h_preview_email.asp In the h_email_content.asp, user can enter their To, CC, From, email ...
Score Session Variables
Rob Meade - 7 Jul 2006 9:44 AM - 6 messages
Hi all, Does a users browser need any specific settings turned on in order for these to be stored?  ie, is there something *I* could disable in my browser which would prevent session variables being stored from my web site (ref: asp ...
Score Force a download
James Jones - 7 Jul 2006 2:20 AM - 2 messages
how would i for a browser to download a file (specifically mpgs) i can get it to go for small 4mb files, but the larger ones if they do go, take bout 15 mins to even begin the download..... any help greatly apprecitated! ...
Score Help with ASP on Win2K server
apragent - 6 Jul 2006 10:03 PM - 5 messages
Our web server crashed and I had to move all web sites to backup server.  Installed Internet service and it appears to work OK on html files, but ASP files are not functioning - what is wrong?  I have lost so many brain cells ...
Score Forcing a reload?
Rob Meade - 6 Jul 2006 6:56 PM - 2 messages
Hi all, I've got a little shopping cart app which when you use all of the links on the pages, and buttons etc, things are good, the "shopping basket" on the left navigation updates and shows a sum of items and cost. ...
Score Request.Form returns nothing
Steve Last - 6 Jul 2006 3:28 PM - 11 messages
Hi all, I’m using IIS6 for our college Intranet and I’m having trouble using Request.Form.  Here is my code: <% If Request.QueryString("action") = "show" Then <form action="/_admin/blogs/test.asp?action=show" method="post"> ...
Score Mailing App Duplicate problem...
@sh - 6 Jul 2006 1:07 PM - 7 messages
Guys, I've written an email sending script to mass send to our database - some of our subscribers are subscribed to multiple list, and so when selecting the entire database, I want to ensure I don't have Duplicates. To avoid this, I am selecting the recordset of all users, ordering by Email ...
Score AddHeader Content-Disposition Has no effect
Michael - 6 Jul 2006 12:38 AM - 11 messages
I have a IIS web site that works fine on one server but not another. I do not know if the problem is an IIS setting or something else so I will try to include as much detail as I have figured out so far. ...
Score Page cannot be displayed in release mode
Joel - 6 Jul 2006 12:21 AM - 3 messages
Hi, I am pretty new to asp.net, and have recently taken over a project. I have gotten to the point where I am about to release my changes, but for some reason when i build the project in release mode and launch in in IE I always ...
Score Regular expression problem
Chris - 5 Jul 2006 6:42 PM - 2 messages
I want to search a string of HTML and insert a querystring into any url where the url is an asp page and is either a local link /folder/page.asp or of a specific domain [link] It needs to ...
Score ServerXMLHTTP, session and cookies
mizi - 5 Jul 2006 5:48 PM - 5 messages
I try to use ServerXMLHTTP object to get the session infomation from a remote webpage, but it always returns nothing. the follwoing is my code: *local.asp* url = "http://domain/remote.asp" set xmlhttp = Server.CreateObject("MSXML2.ServerXMLHTTP") xmlhttp.open "GET", url, false ...
Score Displaying Progress on An ASP Page
sam - 5 Jul 2006 3:13 PM - 5 messages
Hi - I have an ASP page - that will be making about 7 calls to a database. What I want is to show progress to the users so that they can tell each database call is in progress. The asp calling page works fine, but it only displays when the entire ...
Score String Manipulation
Sergio Orrego - 5 Jul 2006 3:00 PM - 3 messages
I have a text string which comes from a form containing the article text in a knowledgebase. Sometimes people enter http links in their text however when they show on the webpage they do not show as hyperlinks, because obviously they don't gave the link tags around them. ...
Score Get value on page refresh
peashoe - 5 Jul 2006 12:43 PM - 3 messages
I have a simple page that has a dropdown and I need to populate a textbox with the onchange event. How can I do that? My page refreshes, but I don't know how to 'get' the value of the dropdown. Here is some ...
Score status of ASP .NET
Osiris <> - 5 Jul 2006 10:43 AM - 8 messages
I'm looking at C# and ASP .NET these days. Visual Sudio 2005 looks like a neat dev. env. But before committing, I would like to know more about the current status of these tools. I noticed, that my site hoster does not support ASP at all. ...
Score reading XML
davidjohnlong - 4 Jul 2006 7:27 PM - 2 messages
Hi, I'm currently trying to display a XML file within a ASP page, although get the following error when trying to select one of the notes... the node is called: <content:encoded> This is the error Reference to undeclared namespace prefix: 'content'. ...
Score compare text document versions?
Paul - 4 Jul 2006 6:49 PM - 1 message
Can anyone point me to a tutorial or example code of how to write VBScript (or VB6) code that could look at two versions of a document and mark all differences between the two? I am working on a project for a newspaper. the goal is to be able to store ...
Score Urgent Please help..
Saps - 4 Jul 2006 6:55 AM - 18 messages
Hi all. Can anyone help me here. I have loads of .sql files and i need a way to call these from my asp page so the user can run them from the browser. Meaning i have a page with a list of all scripts. each when ...
Score Google Maps API
PinkBishop - 4 Jul 2006 5:28 AM - 2 messages
Anybody have any experience with plotting map points with Google Maps API from an Access DB? I have a database with about 90 locations that I would like positioned in the Google Maps.  I found a cool tool to get the long and latitudes ...
Score how to detect submit on input type=image if no image found
wolfing1 - 3 Jul 2006 5:59 PM - 4 messages
Normally I would do something like if request.form("submitbutton.x") <> "" then .... end if But I found a problem when the browser uses the 'alt text' instead of the image (when the image is not found, or if the browser is not ...
Score IE, embedded WMP 9.0: double GET request
RomanVN - 3 Jul 2006 12:50 PM - 1 message
Hello, I have the following problem. The Windows MediaPlayer object is embedded in an ASP page: --- test.asp --------------------------- <%@ LANGUAGE=VBScript enablesessionstate=true LCID=1033 %> <% option explicit %> <html> <body> <h2>TEST</h2> ...
Score How to do email preview on ASP?
bonnie.tangyn - 3 Jul 2006 10:49 AM - 2 messages
Hello All In my ASP page, I use CDONT to send email to client. But, I need to allow user preview and edit the email content before sending it out. Any advices? I have two ASP pages - h_email.asp and h_email_action.asp ...
Score Upload the data into acess database from excel file
Pk - 3 Jul 2006 9:10 AM - 1 message
Hi, I want to download and upload the data from acess database into excel file or from excel to database. So how can i use "Excel.Application" to do this type of job. So please help me soon. Thanks Pk ...
Score newbie: client and server
a - 3 Jul 2006 6:34 AM - 4 messages
Hi If I save the client form and all its component in html format in my harddisk, and then open and fill out the form locally and submit, will the server process it and return the information as usual? Thanks ...
Score Protecting ASP Applications: Need Opinions
Bill K - 2 Jul 2006 8:42 PM - 5 messages
Hello All, I've finally written an asp app that is worthy of resale and would like to hear from you who have done the same. What is the best way to protect my application? I would like to stay away from anything that has to be ...
Score Execute .sql scripts from ASP
Saps - 2 Jul 2006 12:30 PM - 3 messages
Hi all. Can anyone help me here. I have loads of .sql files and i need a way to call these from my asp page so the user can run them from the browser. Meaning i have a page with a list of all scripts. each when ...
Next »