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 > august 2003 > threads for wednesday august 27

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 30 31

force a file download dialog does not work in 5.5 sp1
Posted by navinsm2 NO[at]SPAM rediffmail.com at 8/27/2003 10:57:31 PM
hi, guys i am using the following code to force a file download dialog in asp Response.ContentType = "application/vnd.ms-excel" response.AddHeader "content-disposition","attachment; filename=" &" & StrFileName Now the it works fine in ie5.5 sp2 but no ie5.5 sp1 it prompts the user twice t...more >>

A Non ASP Guy Needs Help with a Solution
Posted by ratlhead NO[at]SPAM ratlhead.com at 8/27/2003 9:58:45 PM
Hi there, I'm not an ASP guy and I'm in need of finding out a solution to a problem that's ASP related. A site that I'm helping someone migrate to a new box (currently internal and now going to an ISP), was written pretty poorly. A script, written in ASP/VB, runs once an hour to check the ...more >>

Email notification query (many to many) :: multiple directions
Posted by jason at 8/27/2003 6:40:55 PM
I could sure use some conceptualization and query help with a Page Watch System I am building in Access 2000 and Asp. I need to cycle through databae and generate a compiliation query email that notifies a person of yacht(s) that have changed on our website: Key database tables ----------...more >>

email notification, when database updated?
Posted by Raphael Gluck at 8/27/2003 3:55:13 PM
Hi, Is it possible for one to program one's pages as such that when a database table is updated over the web, via a form, that an e-mail confirmation is sent to a specified address, notifying the update has taken place? If so is there a tutorial out there that is easy to understand and imple...more >>

ASP Not working
Posted by Bruce Jackson at 8/27/2003 3:29:45 PM
I have my web server all set up, html documents work fine, but any asp page, the browser hangs for about a minute, then gives an error like the page does not exist, the standard "The Page cannot be displayed" message. Any ideas on what to look for? Any help much appreciated. Bruce ...more >>

Avoiding the <p> after a form submit
Posted by webpro NO[at]SPAM webpro.co.za at 8/27/2003 2:26:30 PM
maybe this is a real Newbie Question but I'm sure I got around this in the past but can't remember how. If a form is situated in normal HTML then a paragraph tag is inserted after the Submit button. If the form is placed in a table then the preceding paragraph tag is supressed but the trail...more >>

Logging off from a website
Posted by Geoff Wickens at 8/27/2003 7:52:12 AM
I am amazed at how much help I have had in creating my first asp based website from this forum. There are obviously a significant number of real experts who are happy to take the time to help us novices. My site which now does what it aims to would not be working without this assistance and I am ...more >>

Remove OLE Information for Images in DB
Posted by Bob at 8/27/2003 7:35:32 AM
Hello: I'm woundering if anyone can lead me to a tech article on how to remove the OLE header from an images that get stored in an SQL image field via MS Access forms. I cannot use an ASP upload page since the user will be using an Access form and does not want to jump around from Access to...more >>



ASP and LDAP
Posted by smart_jayu NO[at]SPAM hotmail.com at 8/27/2003 6:49:25 AM
Hi, Im trying to run an LDAP script from an ASP page. I know very little about LDAP, and just based on some sample code I found on the internet, I got the following: <% Set Conn=CreateObject("ADODB.Connection") Conn.Provider="ADSDSOObject" Conn.Open("ADs Provider") Set r...more >>

How to specify Mime filename in ASP page?
Posted by s.witage NO[at]SPAM talk21.com at 8/27/2003 4:18:06 AM
I have an ASP page that causes Excel to be loaded on the client PC with the text sent from within the page. An excerpt of it is shown below: With Response .ContentType = "application/vnd.ms-excel" .Write(strResponse) .Flush .End End With where strResponse is the text to be displayed...more >>

CDO.Message
Posted by Steve at 8/27/2003 3:31:23 AM
Hi all, I'm trying to send e-mail using ASP: "CDO.Message" but its not working for me. I'm trying to use SMTP within IIS to send the mail (not our exchange server), the "Default SMTP Virtual Server" is started and running. The "Simple Mail Transfer Protocol (SMTP)" service within 'Serv...more >>

Using VB dll in ASP
Posted by Jawahar Rajan at 8/27/2003 3:20:28 AM
All, I have written a dll in VB (ver 5.0) to check some registry values, the Dll has a wrapper function called GetRegistryValue, in which I pass the Key name and the Key value. For example I have value for my database password in HKEY_LOCAL_MACHINE\Software\WebReports\DBPWD\PWD In my ASP p...more >>


DevelopmentNow Blog