all groups > inetserver asp general > february 2004 > threads for friday february 6
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
Send Web Page that uses Session variabes
Posted by Marcus Robinson at 2/6/2004 10:04:21 PM
Hello,
Can anyone tell me how to send a web page that uses Session variables in an
email. The session variable that is used by the page I'd like to send
contains a three dimensional array so cannot be passed easily in a
querystring.
Many Thanks,
Marcus Robinson
... more >>
Uploading images into a database
Posted by Nicolae Fieraru at 2/6/2004 9:57:27 PM
Hi All,
I would like to know if there is a way to upload an image and text into
an Access database using asp. I have a web site hosted on a web server which
doesn't accept to install components. If anybody knows some sample code (in
case this is possible), a link or some code would be welc... more >>
Ecommerce/Shopping Cart Solid Foundation
Posted by Laphan at 2/6/2004 9:29:55 PM
Hi Guys
I know this has probably been asked more times than Google indexes sites,
but I respect the feedback from the NG and want your honest opinions.
I've been given the task of doing a higher level of ecom/shopping cart
system than what I usually do and need to look to doing it via the tr... more >>
Server object, ASP 0177 (0x8007000E) Ran out of memory
Posted by Umashankar at 2/6/2004 8:05:20 PM
Hello Gurus,
I am creating an instance of MFC COM dll through ASP page.
It is giving me the following error.
Error Type:
Server object, ASP 0177 (0x8007000E)
Ran out of memory
Hardware spec:
p4, 256MB ram
OS: 2000 professional
IIS 5
Irrespective of the user under which virtual ... more >>
Database Connection Problem
Posted by Apostolis K. at 2/6/2004 5:55:21 PM
I have created a database called "myshop.mdb"
Then I create a System DSN connected to that database called "OE1"
The following code retrieves attributes and possible errors from the DSN
Connection
----------------------------------------------------------------------------
-----------
<%
Se... more >>
cdont problem
Posted by Gonzosez at 2/6/2004 5:28:42 PM
I keep getting permission denied error when I do objCDO.Send.
I know that there is a permission that has to be set to allow this to happen
but i don't remember.
Help
... more >>
ASP multilingual site
Posted by Ed at 2/6/2004 12:40:57 PM
I want to create a multilingual website in ASP. Is the Dictionary object
created with the application-level scope the way to go?
... more >>
How can I send a file NOT in the web path?
Posted by Matthew Speed at 2/6/2004 12:28:27 PM
My company produces confidential documents in pdf form that they email
to customers such as contracts and purchase orders. All these
documents gets store in a directory tree that has all the files for
each customer or vendor grouped in a directory.
I have been asked to make it so that they ca... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Session variables and POST method
Posted by Thomas Scheiderich at 2/6/2004 12:12:35 PM
I am trying to understand Session variables and ran into a question on
how they work with data that is passed.
I have an HTM file that calls an ASP file and sends the name either by
GET or POST.
When I find is that if I send the value by the GET method,
response.write("From QueryString:... more >>
Unspecified error
Posted by Jamie Fryatt at 2/6/2004 11:57:11 AM
im getting
Provider error '80004005'
Unspecified error
admin/dbconnection.inc, line 4
anyone know what this is, it only started happening after i did a recent
upload of my database!, i 've tryed uploading it again but the error still
appears
... more >>
OT: SQL, inserting multiple records without looping
Posted by Peter Foti at 2/6/2004 11:53:54 AM
My apologies for posting off topic, but I'm not sure where to ask this (and
I know there are some SQL gurus in here). :)
I want to insert multiple records into a database in one whack without
looping. Something along these lines:
INSERT INTO myTable (myField) VALUES ('abc'),('cde'),('def')
... more >>
right clicking and saving pictures from my web site, i want to alow but not working.
Posted by James at 2/6/2004 11:36:40 AM
when i right click and try to save a picture from my web site it some times
defaults the name and file type to 'unknown' bmp. the file is really a jpeg
that i am using the .binarywrite to display the image (so that im not
revailing my picture path to my users). the strange thing is some times it
... more >>
Printing a Text file from ASP
Posted by dw at 2/6/2004 10:50:11 AM
Hello all. We have an interesting situation: A developer wants to allow
users to print a text-only version of an ASP page -- but do so without
showing the page. In other words, the users are viewing the regular version
of the page, but then click the "Print Text-Only Version" (and see the print
... more >>
Superscript (TM) in SQL string using ASP?
Posted by mbstruss NO[at]SPAM bellsouth.net at 2/6/2004 10:16:36 AM
I am trying to pass a string from one page to another. The input
string comes from a database and many times has the superscript TM
trademark symbol. The querystring handles this properly because it
appears correctly in the next pages URL. However, when I do a
response.write of the querystring, ... more >>
Force download of pdf file
Posted by Don Grover at 2/6/2004 10:05:03 AM
How do i force a user to download from a hyperlink as adobe pdf file, it
loads up in a new window and I need them to download it, or at least give
them the choice to download it.
Don.
... more >>
Adding Records
Posted by Jamie Fryatt at 2/6/2004 9:50:54 AM
Hi everyone, here's what id like to do.
I have a table with 2 fields, name and value
I need to be able to add multiple records quickly, for example I need to add
name value
abc 1
abc 2
abc 3
abc 4
abc 5
abc 6
etc etc, does each record ha... more >>
Display User Selection From Combo Box
Posted by rikesh at 2/6/2004 9:47:35 AM
Hi
I'm sure this is a very trivial problem!
I have a combo bound to a recordset. I was wondering how I can show the
value on the page, what the user has selected?
The code that I'm using is below.
Any help, would be much apprceciated.
Kind regards
--
Kind Regards
Rikesh
(V.InterD... more >>
ASP & Form Submission....why do they hate me?
Posted by jcapp NO[at]SPAM belzon.com at 2/6/2004 9:08:12 AM
I have a very large HTML form (with about 50 fields) that's being
submitted to an ASP page via the "POST" method. I don't use "GET"
because the data would probably exceed the limit allowed in the query
string.
Anyway, this is probably irrelevant, but this form gets submitted to a
SQL Server 2... more >>
VBScript not recognised in Web page
Posted by davethomas92 NO[at]SPAM hotmail.com at 2/6/2004 3:04:51 AM
I have developed a web site using asp pages that use both vbscript and
javascript. Run the site on my PC and everything is fine. Ftp to my
web hosting provider which hosts asp pages and look on my site only to
find my vbscript is not recognised. It is treated as pure text so you
see
<% =Request... more >>
counting duplicate values
Posted by niqkhan NO[at]SPAM yahoo.com at 2/6/2004 2:25:24 AM
Hello every one,
this is about an array of string and may be have done several time
before but i need it and wasnt able to find it so here is the problem
i have an array of strings with contains words and i want a distinct
list of array with the count of each number repeat i.e how many time
i... more >>
Request object error 'ASP 0105 : 80004005' ( Index out of range )
Posted by andersonk69 NO[at]SPAM hotmail.com at 2/6/2004 1:25:00 AM
hI,
wOULD PLEASE HELP ME. I AM GETTIGN THE REQUEST OBJECT ERROS ASP 0105:
80004005 INDEX OUT OF RANGE ERROR. HERE IS THE SNIPPET OF CODE THAT I
AM USING. WHAT IS WRONG HERE? YOU CAN SEE WHAT I AM TRYING TO DO ADN
ERROR ON THIS LINK: http://www.walani.com/ProjectFiles/01_main.asp.
PLEASE HELP
... more >>
|