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 2006

Filter by week: 1 2 3 4 5

Read Email (please help)
Posted by SJ at 8/31/2006 1:59:51 PM
Dear Friends, I see there are lots of messages on this topic, but I have not been able to find a simple answer to the question: Can I read mail (from an inbox) on an exchnage server with ASP? If so, how? I hear all this about CDO, CDOSYS, etc, but they all seem to be able to only send ...more >>


ASP/OO4O Problem: Unexpect result from package
Posted by CJM at 8/31/2006 1:23:05 PM
I'm working on my first Oracle DB, so bear with me... I have a couple of validation routines which are both returning the same result regardless of the inputs. One checks if a Serial No already exists, the other checks if a Part No is valid. Currently there are no Serial Nos in the system,...more >>

Issues with ' and %27
Posted by Drew at 8/31/2006 12:30:04 PM
I am having difficulty fixing a problem with one of my apps. I know that using an apostrophe will error the SQL statement out, since it thinks that the apostrophe is the end of the statement. My issue is that I have replace code in my app that is *supposed* to replace the apostrophe with dou...more >>

CDOSYS email - create hyperlink in body?
Posted by Beefminator at 8/31/2006 12:05:37 PM
Hello, How can you create a hyperlink in the HTML body of CDOsys email? Line 7 is a link for yahoo.com, but the asp page does not work. Set objMessage = CreateObject("CDO.Message") objMessage.Subject ="Test Page - File upload" objMessage.Sender = "" & Request.Form("email1") & "" objMessage...more >>

ASP form not working
Posted by Athmaus at 8/31/2006 11:17:02 AM
Hello, I have this ecom page that i am making where customers can select to choose additional licenses before they purchase. I have that part working with javascript. Problem is that when the selection is made and you hit the add but it isn't sending to the right pages (and i think i nee...more >>

looking for zip code to state autocomplete
Posted by Zen Masta at 8/31/2006 9:09:44 AM
I'm looking for a script that will auto complete the state field when someone enters their zipcode. I'm currently using http://javascript.internet.com/forms/zip-to-state.html but its kind of out dated and often returns null. Does anyone know of a more up-to-date version or one that is updat...more >>

Problems with sending an encoded url
Posted by Kavita.K.Singh NO[at]SPAM gmail.com at 8/30/2006 11:58:07 PM
Hello Gurus thankyou for your help in advance :)......heres my problem var vAppPath=3D(my file) xmlHttp =3D new ActiveXObject("Microsoft.XMLHTTP"); xmlHttp.open("POST",vAppPath,false); xmlHttp.setRequestHeader("Content-Type", "application/x-www-form-urlencoded"); xmlHttp.send("text=3D" + e...more >>

cookie testing
Posted by shank at 8/30/2006 1:14:20 PM
I need to revisit cookie testing. On the home page and every product page I write a cookie. I do this because some users enter by direct links to product pages. <% Response.Cookies("cookietest") = ("49") Response.Cookies("cookietest").Expires = Date + 2 %> On the cart page I test for th...more >>



ASP Compiling?
Posted by Victor at 8/30/2006 12:21:32 PM
I've got a website that is very fast. I just added a subroutine in the file global.asp (global.asp is run each time any page is called). The subroutine determines the user's country by comparing their IP address against a 6Meg Access database that converts IP to country. It then sets a Session va...more >>

ASp Spreadsheet
Posted by LeoKPorto at 8/30/2006 8:06:02 AM
Hi, i am having a problemn thinking on a solution to make a web application. This is the scenario: I have to make an application that should catch some user data on the screen and pass it to a database. Here is the problemn: the data that the user will pass is huge. I am talking about some col...more >>

MS SQL search
Posted by ash at 8/30/2006 12:00:00 AM
I want to search the content of some database tables, do asp has some function or tool do this? thx ...more >>

Using Access Database on Different Location for .NET 2.0
Posted by MA P at 8/30/2006 12:00:00 AM
Hi! I am use to the include file on classic asp for maintaining MS Access database location. On using Visual Web Developer Express, I can only use the MS Access database if it is located on the same folder with the web app. Is there a way that I can locate MS Access as my database but the l...more >>

database search
Posted by stephy at 8/30/2006 12:00:00 AM
I want to do a searching on database some tables' content, is asp have so function or tool to do this? thx ...more >>

External Server pull files from Internal Server
Posted by Daniel Di Vita at 8/29/2006 7:01:02 AM
I have an application that needs to pull files from an internal server. This is the setup. The web server is external facing, meaning exposed to the internet. I then have a file server that sits inside our domain. I created a COM object that can impersonate a user to retrieve files from that s...more >>

delete session data for other users logged on
Posted by jjw at 8/29/2006 12:59:28 AM
I have a website that requires users to login. We track them by using sessions. We record the time and date that they login, their session id, the last page they visited, etc in a database. As as admin, I would like to be able to login and force a logout of other users logged in. Is this pos...more >>

Error trying to send email
Posted by Jay at 8/29/2006 12:49:28 AM
error '80040211'=20 /register.asp, line 71=20 I receive this error when i attempt to send an email. My code is as follows: Dim ObjSendMail Set ObjSendMail =3D CreateObject("CDO.Message")=20 ObjSendMail.Configuration.Fields.Item = ("http://schemas.microsoft.com/cdo/co...more >>

Tracking changes
Posted by Middletree at 8/28/2006 3:53:11 PM
I have asked this here before, but am still trying to decide what's best, and would appreciate the input of seasoned Asp developers. It's an ASP-built Intranet app, so I can't show you the site, but I'll show you screen shots if you think that will help. The app is to keep track of issues ...more >>

Access denied while sending mail from ASP
Posted by LarryF NO[at]SPAM drmworld.com at 8/28/2006 1:54:34 PM
I searched through this forum to find a answer to my problem but couldn't find it in any of the forums, so I'll describe the problem and the solution here. I am using ASP on SBS 2003 with IIS 6.0 and Exchange 6.5.7226.0. I have a page where the user can submit a form to send email. I followed ...more >>

throttling download in ASP
Posted by Katie at 8/28/2006 1:53:58 PM
Hi, I am downloading files using ASP using the the binarywrite as below. objStream.LoadFromFile(strAbsFile) '-- send the stream in the response Response.BinaryWrite(objStream.Read) I was wondering is there any way I can control or throttle the download?. I want to make s...more >>

Dynamic drop down list
Posted by mcgrew.michael NO[at]SPAM gmail.com at 8/28/2006 11:58:41 AM
I hope this is the right group. I am very new to ASP so this is probably a stupid question. I have some vbscript that query's AD and populates a recordset. I know the recorset contains the information I want by doing a Response.write. I am having problems dynamically creating a drop down list fr...more >>

Binary Stream opens in same frame instead of new window
Posted by axiarich NO[at]SPAM yahoo.com at 8/28/2006 8:33:26 AM
We have some doc mgt "lite" on our site. I basically have a window with a button that opens the relevant document (Excel, PDF, etc.). The button calls some javascript which basically performs a window open: window.open('document.asp?item=' + intDoc,'_self', ''); I use '_self' so that the doc...more >>

UnauthorisedAccessException for thread
Posted by Avadhoot at 8/28/2006 4:23:01 AM
hi, I am writing a new asp.net program. Here in, the user has to click on a button on a web page, and a new excel sheet should open up. I could do it successfully using Office 2k3 PIA's for the click event handler for the button. Then I decided to create a new thread and complete the proc...more >>

Urgent deliverable
Posted by kalikoi NO[at]SPAM gmail.com at 8/28/2006 3:24:39 AM
I have two arrays as follows array1=("45101010","45101010","45103020","45103020","45103020","45201020","45201020", "45201020","45201020","45202010") array2=("0.44","0.1","0.13","2.61","0.15","0.42","0.12","0.63","0.12","0.23") The final output should be as follows 45---------------...more >>

memory leak in script??
Posted by Rea at 8/28/2006 12:35:02 AM
Hey eb can this be the reason for huge memory expansion ? Doesn't this script free memory of the object it had created? sub createCOMobject() set obj1 = createObject("object1") dim flag = 1 useObject flag,obj1 end sub ---------------------------------- sub useObject (flag, byRef ...more >>

how to get the absolute path from within an asp page?
Posted by laredotornado NO[at]SPAM zipmail.com at 8/27/2006 12:31:41 PM
Hello, Fairly new to ASP, but if I'm programming in the file <web root>\myapp\mypage.asp How would I print out "\myapp\" without hard-coding the value of "\myapp\"? Thanks, - Dave ...more >>

Losing Sessions when Redirecting to a subdirectory
Posted by Dean Fields at 8/27/2006 12:17:06 PM
Hello, I am having some session problems wih an in-house (classic) asp application. My developers have not been able to figure it out. I am more of a systems admin type and much of this is over my head. But I will try to explain the best I can and tell you what I know so far. First a lit...more >>

Save a web page
Posted by fiefie.niles NO[at]SPAM gmail.com at 8/26/2006 9:40:54 AM
I would like to save a web page to a file. When I do that, sometimes the saved web page does not look like the original web page. For example, when I save www.msn.com, it looks very different the original page. How can I save the web page to look like the original (as if I do "File" - "Save As"...more >>

Save a web page - hyperlinks question
Posted by fiefie.niles NO[at]SPAM gmail.com at 8/26/2006 9:13:40 AM
I would like to save a web page to a file and have the hyperlinks work when I bring the file back up. If the web page has a hyperlink like the following <a href="OurWeb/News/abcFile.htm">, after saving the file and showing it on the screen, and you try to click on the link, it will try to go to...more >>

IE How to disable Navigation Bar
Posted by Mirovk at 8/26/2006 8:18:12 AM
Hi, I would like to disable the navigation bar in IE to force my web users to use the application=B4s navigation buttons. Ideas welcome, Thanks... ...more >>

HELP - connectivity with asp and SQL Server
Posted by patty at 8/26/2006 7:27:14 AM
I have a problem with internal websites written in ASP that connect to SQL Server. Occassionally while trying to access these sites, the following error is generated: Microsoft OLE DB Provider for SQL Server error '80004005' [DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or ...more >>

ASP NNTP Viewer
Posted by Collywobbles at 8/25/2006 9:41:00 PM
I would like to add usenet to a forum I have. Is there any tutorials that will show me how to download the NG data, etc. or even if possible a (free*) application to run it. Thanks Killian * as I have zero budget for this!...more >>

ASP variable in HTML frame target?
Posted by 2hawks at 8/25/2006 3:43:53 PM
This is simpler than I am making it... all I want to do is build a url for an html frame source from a string constant and a variable. I want to Response.Write "<Frame source=""bla.bla.asp?query=& aspVariable"" ... etc>" I can get it to open the bla.bla.com in the frame but the number and...more >>

global.asa
Posted by abcd at 8/25/2006 11:11:12 AM
I have written general purpose functions in an .inc file when I include that file using #include to my global.asa I get errors. whats the correct way to include that .inc file in global.asa ...more >>

Membership Problem
Posted by Scatir at 8/25/2006 8:03:02 AM
Hi, I have a membership problem I couldn't resolve. I have set up membership as most of tutorial instructed, and I am able to log on, but cannot stay log on for some reason. ex: when I log on, the log in become log on, but when I access the protected page, it still prompt me for log in. Please...more >>

missing number
Posted by le0 at 8/25/2006 12:00:00 AM
Hello guys, Im really having a hard time doing this, I have a record set with the ItemNo field with the data type as Text. In the record that I have, I want to find the missing number in the series for example: 1 3 4.1 4.2 5 missing number is 2. How can I display the missing numbe...more >>

Newbie ASP and .NET questions
Posted by eastcoastguyz at 8/24/2006 11:50:55 PM
I'm a newbie to ASP & .NET, so please be kind in your reply. :-) My background in software with respect to the web is Linux, Apache server and mostly writing in PHP for it.I have also used a CMS (Mambo/Joomla). I have only see some examples of ASP code, and it appears to look like it is si...more >>

Private Subroutines
Posted by Victor at 8/24/2006 8:55:13 PM
In ASP, if I define a subroutine as private Private Sub mySubroutine(arg1, arg2) I understand that the variables I define inside the subroutine are local only to the subroutine. If the same variable is defined outside the subroutine, it won't conflict (right?) What about variables that ar...more >>

Combo Value and Name
Posted by Scott at 8/24/2006 7:43:42 PM
If I click the "Update" button on my form below, I can retrieve the value of my combo by using code in the FORM RESULTS section below. Therefore, if I choose the "Inside" option in my combo, I would get "1" as the value of my combo box. Is there any way to retrieve the Name associated with ...more >>

Email using ASP
Posted by James Jones at 8/24/2006 6:00:18 PM
Is it possible to create a script in ASP to retrieve email from an = inbox such as john@doe.com? I know its possible to send email, but i want to receive. any way possible. Thanks in advanced....more >>

Change in Request("HTTP_AUTHORIZATION") from W2k to W2k3?
Posted by Bob Murdoch at 8/24/2006 2:28:01 PM
I just moved my website from a Win2000 server to a Win2003 server. On the old server, we would prompt for the user name and password via the WWW-Authenticate header, retrieve the Base64 values provided by the user from Request("HTTP_AUTHORIZATION"), decode them, and validate the user agains...more >>

Attach file to Page for Emailing
Posted by Jess at 8/24/2006 12:22:01 PM
I'm trying to build a page that the user can attach a file/s to and email them thru a form. I see plenty of info on how to actually code it to send with a variable - but how do you build a form that allows user go out and browse for a file? Then loads the path into a form? Jess...more >>

Logging Users
Posted by Evan at 8/24/2006 11:37:03 AM
Hi, I have a password protected site, using an Access database and ASP as shown in this tutorial: http://support.microsoft.com/default.aspx?scid=kb;en-us;825498 I would like to automitically log when a user signs in, presumably using a seperate Access database. Can anyone point to to a sim...more >>

Simple ASP scripting question?
Posted by Cliff at 8/24/2006 9:41:08 AM
I'm not that great with ASP but I've hacked together a simple server side script that uses the Microsoft XML ServerXMLHTTP object. The problem is that when other people use the script sometimes they get an error that the object can not be created, due likely to the required Microsoft XML librari...more >>

ADsSecurity
Posted by Juerg at 8/24/2006 7:04:02 AM
Hi there I have an ASP application running on Windows 2003 Server. This application need 'ADsSecurity.dll' registred to run. Now I would move this to a new server, which is a W2k3 64-Bit server. Now I have tried to register the dll. But there is an error message (LoadLibrary("ADsSecurity.d...more >>

RcrdSet.MoveLast
Posted by le0 at 8/24/2006 12:00:00 AM
Hello guys, I have this little problem in query, i queried one table and sort this record in descending order but when I declared the recordset to move in the last record but the browser rerurns an error called "Rowset does not support fetching backward", but when I set the record to move i...more >>

Extra Path Info
Posted by cdkorzen NO[at]SPAM gmail.com at 8/23/2006 6:10:35 PM
I'm sorry if this is a rehash, but all I see is the same info. Here's my debacle: I CAN get the PATH_INFO to work. With ANYTHING but ASP. Python, Perl, Cmd files... works fine. ASP can't find a file when extra path information is added. Is there a switch in ASP or something I can change...more >>

edit excel on remote server
Posted by shank at 8/23/2006 5:36:28 PM
Problem: users around the internet need to edit the same spreadsheet. I don't want to code a bunch of pages for each spreadsheet we create. I know that a spreadsheet will open in a browser, but is it possible to save it back to the server, without downloading and re-uploading? What is the sh...more >>

unknown name of value passing
Posted by google NO[at]SPAM walkerwebworks.co.uk at 8/23/2006 9:05:59 AM
hi, i am doing a list of links for a modular website, i was useing a loop to make a form for the links and link description so that i could have as menny as i liked and called the text box link<%= no%> and description<%=no%> and no goes up each time the loop happens. my problem is that i dont k...more >>

Very strange behavior of "If Not rs.EOF", Need help...
Posted by John at 8/22/2006 3:31:05 PM
I can't get my head around this! I have the following code: <% .... Code for connection to the database ... .... Code for retrieving recordset ... If Not rs.EOF Then ... Do something... End If %> Very basic. Very simple. Except for the fact the the conditional is completely igno...more >>

FTP with ASP?
Posted by K at 8/22/2006 3:02:49 PM
Is it possible to code an ASP page which will FTP a file to a remote server? I have a requirement on a site I am developing to FTP files from the browser (via the site interface). Any examples woul dbe great if it's possible. Thanks ...more >>


DevelopmentNow Blog