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.

 
Time Tested ASP Solutions: 3051 - 3075 of 5438
 
I have a weird situation... I have a text file, that is a tab delimited file, so I am splitting the line based on vbTab.  Well...  not every line has the same upper bound.  How can I force ...
I'm getting HTTP Error 401.5 - Unauthorized: Authorization failed by an ISAPI/CGI application. Internet Information Services (IIS) when using the following code to send a test e-mail  t...
Hello, I have been working on a page, it has a horozontal recordset but I have a problem with it as I get the following error. Microsoft OLE DB Provider for SQL Server error '80040e18' ...
I need to take the results from the first IF statement and run the string through the second IF statement so all formatting is correct prior to submitting into the DB.  Each IF statement works...
I need to set ths toupper case in classic asp. Is this correct>? Ucase(trim(rsCust.fields("customer_name")))
This may seem to be ridiculously simple question, but I have now spent two days fooling around with it and Googling possible solutions until my fingers feel like they are about to fall off and...
I have written a helpdesk site for our company who now want SLAs to be built in.  The problem I am having is working out the time from when the call was placed (using two fields Dat1 (DATETIME...
Hi Experts, Is it true that asp session object can't be used when the client's browser has the cookies disabled? If so, is there a work around? Thanks Alwin
I writed a code wich should deal with hebrew and mySql DB written with ASP/VBscript. In my development computer everything is OK but whenever I try to upload a page to my server which begi...
How do I show this as Yes or No? <%=(Recordset2.Fields.Item("active").Value)%>
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...
Just want to print "ok" when my string has some words inside where is my mistake?
Hi, I have an ASP page that searches an SQL table then passes all that data to another page which is in a CSV format, Basically the user enters data in to a text box, hits enter and it gi...
Hello Experts, I am trying to create xml file and then load data into it, however i am unable to do so, please can someone let me know why would I get the following error. regards sam
Hello experts, I have a recordset with many rows, I want to use them on my asp code however I want. For that, I need to specify the row number. Like "Bring me bal, bla, bla from 13th row" T...
I need to convert non-Latin-1 characters to their hex and decimal codes in ASP. Does anyone know how to do this? Thanks in advance, Drew
My club system is a basic asp vbscript website tied to an access database. I use session states to hold personal info that is needed throughout the various sections of the site. Name, email,...
I've recently inherited a site which has a large number of ADO database connections and recordsets.  This site is quite vast and keeping track of all these connections and queries is proving q...
I have an asp page that inputs data to a ms access database. I need to user latin characters I am using: <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> inside the he...
I have  a checkbox and a javascript function as attached. But when I am trying to check the checkbox, it is not showing anything and the form is not being posted. please guide me thanks
How can I let the user refresh the page without re-sending the form information and posting twice?
I'm getting the dsn not found thang, but I'm a pro - the connection works in odbc manager, but I can't get any page on the server to hook up with a dsn. Its a new server, the same code used to...
I found a Reg Ex for extracting words with double quotes below: but how can I change this so I find all words without double quotes.  What I'm trying to do is this. For example if my input box...
Using: SQL 2k Server ASP I have a table (TABLE1), and it has a key identity ID field that has just a standard 1 increment. There are another 20/30 standard fields. Basically I want to ...
Can someone convert this php code to asp for me? Thanks!