hi, i am having problems with an asp page. this page performes searches based on a field specified by the user.
the search option are: host, category, fromDate, toDate
the problem i am ha...
My ASP code should mail a webform which has a radio button value (R1) and two text area values "S1 and S2".
This body line body = "<table><tr><td><b>helpful :</b></td> <td>" & Request...
HI,
when I run my ASP code, I got error message "ADODB.Connection (0x800A0E79). Operation is not allowed when the object is opened."
why and how to solve it?
<%
Dim objConn
Dim o...
Hi,
I know there's mysql_insert_id() function in PHP to get the key of the row but is there an equivalent function in Classic ASP when Im using the following code?
set Conn = server.crea...
here is the error
Microsoft JET Database Engine error '80040e4d'
Cannot start your application. The workgroup information file is missing or opened exclusively by another user.
/RMA/d...
Hi,
I have deployed a web application written in C# ASP.NET on a client's site. They have requested that they want the session timeout to be set to 8 hours (480 minutes).
I have set the...
I want to convert excel file to pdf programmatically using ASP. I've used to Adobe Acrobat 5.0 and Acrobat Distiller to create Post script file. Excel to .ps file is working fine. But, Convers...
I get the error below:
ADODB.Command error '800a0cc1'
Item cannot be found in the collection corresponding to the requested name or ordinal.
/Help/request.asp, line 36
Here's the c...
I need to create a asp page which allows the user to click on the save image and then save the ASP page as a word document. See the below code.
It pops up the window and does save the file.
...
Ok Second stupid question today. I'm trying to populate data from a database into some textboxes on my page so users can updat info if needed. It works fine, but the data I have in the databas...
I have an aspx page in a directory off my project and need to use a template from the main project.
ex:
<%@ Register TagPrefix="template" TagName="template" Src="..\template.ascx" %>
temp...
I'm sure this is a common problem with an easy solution, but ASP isn't my strong point.
I have a text field that submits it's contents to a Access database via ASP. I want the carriage retu...
I am receiving the error:
Provider (0x80004005)
Unspecified error
/postblog.asp, line 18
Also, on occasion I get the error:
Microsoft OLE DB Provider for ODBC Drivers (0x80040E14)
[Mic...
Hey Experts,
I have a date challenge. I'm writing an ASP application that uses dateadd() to get the date of the next month and that is fine. I use this:
nextmonth = dateadd("m",1,date)...
OK, I got my DSN set up this morning:
http://www.experts-exchange.com/Web/Web_Languages/ASP/Q_21084617.html
But now I am getting a Timeout trying to run a big query for on a shopping car...
Hi,
I want to select a folder through asp, just like the file select box but you have to pick a file with that, I just want to pick a loctaion, ie "C:\" or "\\Server\foldername\"
Hey guys,
Anyone have a script that has a browse form field to grab an excel spreadsheet and click upload to upload data from Excel to Acess in ASP?
Hello,
I have a database that has a column called "DateEnd" with a type of datetime. So, for example, there is a value in there that is "10/12/2004". So, how can I make a cookie expire on...
Hello,
I have some code in a script which is executed every 15 or so minutes. This code erases documents off the server which are older than a day. Unfortunatly, I cannot get the DeleteFi...
It seems there should be some sort of utility out there that allows you to point it to a table and then gives you the code to a page that lets you add and edit records in that table via ASP on...
I am hoping someone here can help me out. I basically have something like this in an asp file.
<SELECT NAME="<%=aFields(x,1)%>" SIZE="1" onChange="NarrowProgram(me)">
...
Do while not(...
Hi,
This is my first question to this site.
I'm going to apologize in advance for going a bit off topic, but this
group users seem to be the most knowledgeable on SA FileUp. And while
...
I am trying to display an ASP page as a word document.
I have the following lines of code on top of my page.
Response.ContentType = "application/msword"
Response.AddHeader "Content-Di...
How would i embed an image in cdosys?
I am sending HTML email with company logo. When I recieve the email the logo is missing.
How do I correct this?
Thanks in Advance
hello expert...
i want to know the way how i can send an email via notes mail server using asp. what i need to configure to make this thing running. I have try but not working. please help me.