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.

 
Top ASP Solutions: 201 - 225 of 599
 
Hello, When someone logs into my website, 2 sessions are being generated (I do not know why). When the user logs out (I call Session.Abandon), it only kills one session and the user is stil...
I need some advice. I want to validate a string to ensure it contains only comma deliminated numers. Ideally I want to ensure the first and last char is a numer so as I might use it in a selec...
Hi I have uploaded a load of images into a folder that users need to use for mailouts, it's a classic asp server and I cannot turn directory listing on. I'm after a very very basic scrip...
Can anyone tell me how to strip the following line with ASP to leave User Name as the result? CN=User Name,OU=Users,DC=domain,DC=co,DC=uk I have an LDAP SQL query which queries our AD to...
OK I am going to explain this as best as I can. Below is my products page.  I have an SQL statement that pulls the products from the database and displays them with a repeater.  The repeate...
I have 2 recordsets that I need to merge and display on a classic asp page.  I have no control over the db and cannot do this through sql. In other words I have to work with the recordsets tha...
I have a page that i am entering values.  I have a product selection button that opens a page called weborders.asp.  from here a user would select a value then be redirected back to the origin...
Hi I'm using Persits ASPUpload and would like to be able to rename a file if a duplicate file already exists in the folder/database. As it stands the database stores the duplicate files ...
I'm using FromView - please see the attached. I'm retrieving Acct_ID among other data from the DB. In the Insert statement I would like to use the same Acct_ID i got earlier but my text box do...
Experts, I have a drop down with items that are too big for the dropdown width I want to use. I'm looking for a way to have the popout/dropdown list which appears when I click the down arro...
I have a web app which allows users to select an item from a list to display that item's properties.  I have been asked to see if I can put a Next and a Previous button on there.  How can I go...
I have a set of records with a field called "SORTORDER". If I have 5 records and the sortorder is 1, 2, 3, 4, 5 and someone deletes record 3, I need this query to update the records that a...
I have two dates in mm/dd/yy format. I need to find a simple script or function that will generate for me the difference of the two days in days. Could anyone show me the script to make thi...
Hi Experts, I am customising am ecommerce site that is powered by classic ASP. I have encountered the following bit of code: set RSpayoption = template.execute("SELECT * FROM payoptions ...
Hi, I am attempting to create an image gallery from a database which will download the queried images to a temporary folder, create thumbnails, and display the thumbnails linked to the full-si...
I have a SMS sending web site, and I'm using ASP Classic, I want to make schedule task in my sending messages. I mean user select a time and date, and SMS will send on the exact time, Is there...
I am developing a site and I want to make the content area scrollable only if the content extends beyond the display area.  The content area is fixed width, variable height and fixed position....
Hello, I've just registrered an account here today, hoping that some of you can help me with this problem. and a lot of searches through google always ended up here :) I'm looking for a ...
Experts, I have an application in Visual C#/ASP.net that outputs an XML file. I then have to read it into a vbscript/ASP application, II load the xml file using fs.opentextfile(Server.Mappa...
I have a string that I want to pass into an array. When I hard code it works fine but when I try to load it dynamicallu with a string it spits out an overflow error. Is there any reason you ca...
I have an ASP page using XML. Each product gets listed based by it's attributes and inside each product has more nodes that it needs to display as well. I'm trying to loop through these result...
Hi gurus, I'm a private trainer for college level math exam preparation. I use pdf file extensively. I've written several ebooks and run my own exam preparation online classes. My ebooks ar...
I am really at a loss for this one, been banging my head on my desk for hours now. Anyway, I have a page written in classic ASP that is attempting to insert a record into a table into a SQL...
This works: <!--#include file="../sqlcon/db.asp" --> <%            session.CodePage=65001      Response.CacheControl="no-cache"      Response.AddHeader "Pragma","no-cache"      Response.Expires=0            s...
I need an asp page writing that will run a .bat file that is located on the server. this .bat file is used to fix a program (the program is quite old) when users get locked out of it (happens...