Advertisement

635 organizations, including eBay, Ericsson and Lockheed Martin, now work smarter with Corporate Accounts. Save up to 42%

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Time Tested ASP Solutions: 201 - 225 of 2880
 
hi i have this code working on my laptop but when i moved it to another computer i got the following error: Error Type: msxml3.dll (0x80070005) Access is denied. /portlets/links/Link...
I wrote a script to read and format an XML feed. I was working great for a while. I am not sure what changed, but now I am getting an error: Object required: 'XMLRoot' /NBAStandingsTemp.asp,...
How do i set the Caret to the end of the text in text box when the document opens. I can determine the length of content at run time.
Hi, This used to work but now it's now. I get a Path Not Found, Microsoft VBScript runtime (0x800A004C) Code Snippet is attached. The Response.Write() returns this: Len:119 Pos:93 Fil...
Until a few months ago, ASP pages that included creation of scripting.filesystemobect would run on my WinXP sp2 machine.  Now I get the error message  -ActiveX component can't create object: '...
I need to replace line breaks characters with "<br>" (html equivalent) I have done the following in ASP: MediaDescription = Replace(MediaDescription, chr(13),"<br>") MediaDescription = Repl...
Greetings, I have written a simple form to email script and I've been successful with this in the past but for some reason I'm getting the following error upon submitting the form: CDO.M...
I have an asp page. when i open the page, it opens in EXCEL sheet. Instead of EXCEL, i want to open or save the page with PDF. Thanks in advance, Mohamed
I have a couple of ASP pages (only ASP code in one of them, and when the code of that file is totally executed it redirects to another page, so not HTML headers appear). Sometimes, alth...
I am trying to design the cancel/renew membership.asp page. Have you worked with it before? Please share it with me. I am trying to think of a way for it. Is there a way to include an expirati...
Has anyone had experience reading from an excel file into asp? If so I need to discuss how to implement it.
sigh! Ok why am I getting this error message!!!      set oRs = oConn.Execute("select * into dbo.list from list.csv") is the line referred to by the error message. I have tried...
Hi, I am using FPDF with ASP to try and generate a PDF file, but I want the PDF file to generate based on user imput. I've created a separate form that submits to the code below, however wh...
Hi there, I am currently developing an application and need some URGENT help with this code! I am prepared to give away 500pts for an answer to this question! (I would have given more but E...
even though the ,inc file is in the correct directory I am getting the include file not found error. code: <% Response.Buffer = true %> <!-- #INCLUDE Virtual="/SharedCode\HTML.inc" --> <...
Hi, I need to import a large CSV (projects.csv) file everyday into an already created MS SQL 2005 Table (Projects).  The file has over 3000 rows at the moment and this is only going to get ...
Hi Everyone, I am trying to comsume a webservice using Soap tool kit 3.0 but it seems that i am missing something in here I got this Error coming up : SoapMapper error '80070057' Soap...
I need to have a table value, which is actually a password that is queried from a database, have its characters counted then displayed in the table not as the database shows it but as asterisk...
I would like to declare an array without specifying how many entries there are, how can I do this? dim arrPrimColors(2) arrPrimColors(0) = "Red" arrPrimColors(1) = "Yellow" arrPrimColors...
I am using MSXML2.ServerXMLHTTP to access a web page which is located on another machine(localwebserver),trying to send XML request  & accept the response  During the "Send" I get the foll...
hi we have asp running on windows 2000 and 32 bit and access sql great. now on the new 64 bit machine it does not run. ADODB.Connection error '800a0ea9' Provider is not specified and t...
Hello Folks, I am using SELECT <columname> INTO OUTFILE syntax to export data in csv from the ASP page, It is exporting the data however not in correct order, it is not terminating at the end...
I have a two part form that inserts the record into a database. If someone uses a single quotation ' in the comment field, it causes the following error message; Error Type: Microsoft JET ...
ASP What does "if not rs.eof and not rs.bof then" mean? how can I use it? do you have a sample? thanks...
Hi there I have a web service in .NET, and I need a classic ASP file to consume it, I've got the following code: <% Response.Write consumeWebService("AMF") Function consumeWebServic...