Advertisement

Experts have come up with some helpful tips for getting a solution to your problem fast.

 

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

 
Top ASP Solutions: 1 - 25 of 644
 
Hi, I am working on ASP project I have a string below I wanted to remove all the text  after the last string  "\" and "\" this also get deleted. For Example if string has text ...
I have a checkbox named "refresh" I want to call 2 VBScript methods on checking a checkbox. The methods are sub Update()                             sub Delete() These methods will call s...
Hello All, I'm trying to call a .vbs file from an ASP file.  But I get an error that I'm not familiar with. My vbscript works when I call it from the command line. Here's my asp that call...
I am fairly new to ASP and I am having trouble doing a conversion in my SQL query. I am working on a asp form that has two date fields for filtering between the specified range. I am pulling t...
i have this html code: <select size="1" name="classes" style="width:115" >        </select> i want to load this with records from a sql db. this works in vbscript, but not in asp. For Eac...
I copy some lines of items from notepad and paste them into html text area. Now I want to parse items entered into the text area and form an array of items. Ex: I have entered the following ...
How do we create a form that enters multiple records of (eg) books that a user has into a table? As example, table tblBooks contains a list of books with details, tblUsers has list of people w...
hello i m writing an ASP code to check if the user exists in the database or not the code is the following : SET CONN = Server.CreateObject("ADODB.Connection") CONN.OPEN (sConnDatabase...
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...
Hi Experts, I am getting the following error when I try to open my asp page. Error Type: ADODB.Command (0x800A0BB9) Arguments are of the wrong type, are out of acceptable range, or are i...
I'm trying to send email through a SQL Server 2000 stored procedure on my local workstation (XP Pro).  I can do it fine in an ASP page rendered locally (below). When I run the stored proced...
Hi, I have a form which is submitted and sent by email.   My code is: Set myMail=CreateObject("CDO.Message")                     'CDO myMail.Subject="Campbell Freight - Online Quote Form" myMail.From=em...
I am using the below code, that I got from my hosting services (Aplus) web site, but I am getting the error denoted below. Can you please help me get this working? I'm probably doing something...
I have an Oracle package containing a number of calendar-related functions which I need to call from ASP. However, I am receiving an error message, "Arguments are of the wrong type, are out of...
I have had to go back in time and work on a project I did a few years back.  This project is written in classic ASP and includes using Persits ASPUpload.  Since I originally did this project I...
everything refers to classic ASP 3.0. please see 3 attached files for references made in this question. attachment Asp-question.doc shows three ASP pages layout. attachment Postfile.txt sho...
Hello Experts, I am trying to show all existing names available in the xml file into the <SELECT> tag. It is basically doing it right but I am unable to split by "|" and make it to appear in ...
We are attempting to integrate FedEx Webservices into our web site. One of the key features we need is the printing of the labels. Creating a PDF of the label is pretty straightforward, but is...
My website has suffered an attack with the following code being posted to a large number of database tables: <script src=http://www.killpp.cn/k.js></script> It appears they gained access to ...
Hi, I have a form called Show that I want to reset all of the value's and then refresh the page. I have attached the whole pages code below. Marc
Hello,       I am creating a content management system for a website.       This content management system allows dynamic_elements to be created, which are stored within a db table called "d...
I am having a little trouble with the good ol fso fubfolder looping.  Here is what my folder structure looks like Images     accessories            image 1            image 2     speake...
Hello, I am filtering a sql server 2005 db by date. it works in one way but i also want it to work with dreamweavers default recordset creation. I attach 2 snippets, the top one works but the...
server : WIndows 2003 Server (virtual) Hi, i have written a script to run a upload of files, this has to be done via ASP due to the other scripts that need to run before and after. The prob...
Hi, all, We have a website created using ASP, it works perfect. But sometimes we will get the error message like the following when we try to update table: Microsoft OLE DB Provider for S...