all groups > inetserver asp general > september 2003 > threads for friday september 26
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 30
real simple instructions
Posted by Sigma at 9/26/2003 11:38:54 PM
I have a home-network with XP Pro running
on one computer and want to setup a web site
on the XP machine so that I can setup ASP webs
with FP server extensions - and connect to them
from another home computer.
I find ALL the options - choices - selections
on IIs far to confusing - ( for my s... more >>
ASP Add Record Approaches
Posted by Matthew Louden at 9/26/2003 10:07:59 PM
The following ASP code yields the following run-time error, I want to know
which approaches for adding records. Using "Insert Into" statement or AddNew
method in recordset object?? As I mentioned in previous post, when I use
"Insert Into" SQL statement, it yields "ADODB.Recordset error '800a0e78'... more >>
Error "Operation is not allowed when the object is closed"
Posted by Matthew Louden at 9/26/2003 10:05:54 PM
The following ASP code yields the following error, but actually the new
record is stored
in database. The same error happens when the application deletes a record,
such as
sqlStmt ="delete from test where username='2323'" Any ideas? Thanks!
<%
Dim objRS, sqlStmt
Set objRS = Server.Crea... more >>
HTML mail WYSIWYG component
Posted by gerlow at 9/26/2003 7:52:26 PM
Hi
Anybody know a good component for sending HTML mail with WYSIWYG? I am
bulding a system with a lot of Mac (maybe old versions) Internet
Explorer/Netcape users.
Thanks!!!
Staffan
... more >>
TreeView in ASP
Posted by Olga at 9/26/2003 6:11:51 PM
How to fill treeview in ASP?
Thanks
... more >>
File Upload question
Posted by pamelachatterjee NO[at]SPAM yahoo.com at 9/26/2003 3:56:32 PM
In my project I am uploading file, using HttpPostedFile in ASP.NET. In
my project I have to allow user to upload pdf, gif and jepg file only.
I know after uploading file I can check ContentType of file and give
user a massage. But I like to filter files when in File Browser. So
when user will c... more >>
exit server.execute
Posted by JT at 9/26/2003 3:39:07 PM
i am using server.execute to execute another .asp page. however, i would
like the page to stop executing if it encounters an error - something like
exit sub/function, the problem is that this is neither - it's just another
asp page. i know there must be some easy way to do this.
tia
jt
... more >>
Mac and Java Script?
Posted by Bill ODonnell at 9/26/2003 3:07:38 PM
Hello. I have an asp page with java script that calls a clicked event on
some radio buttons. It works as expected except for Mac users. They are
using a variety of browsers and claim to have java enabled, but when they
click on the radio buttons nothing happens. Is there something special tha... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
validating HTML
Posted by shank at 9/26/2003 2:30:50 PM
I'm trying to get my page in order using the HTML validator at www.w3.org.
It reports problems in my using the ampersand '&' in the following
statement. Should I be using someting other than the '&'..?
<a href="search.asp?title=Hot%20Stuff&artist=Bob&OrderBy=desc&status=av">
------------------... more >>
passing variable with response.redirect
Posted by Bill at 9/26/2003 2:15:05 PM
I'm trying to retain a value that I pass to a processing page. When the
page is done processing, I use the response.redirect to forward to the
page I started on, and i want that page to hold the same category id
that it started out on. I'm trying to pass with response.redirect using
response.red... more >>
Procedure wrapper needs 2nd Resultset?
Posted by jonathan.beam NO[at]SPAM juno.com at 9/26/2003 2:11:09 PM
I'm trying to create a wrapper procedure. The procedure I'm calling
returns 2 resultsets. I really only need the second, but I'm not sure
how to get the second resultset. Is there something like ADO's
Resultset.NextRecordset for Transaction SQL?
CREATE PROCEDURE dbo.NAMissionsSearchNameWr... more >>
asp to pdf
Posted by hycn office at 9/26/2003 1:56:51 PM
i want to provide a hyperlink to convert the current asp document into pdf
any simple and straightforward method ?
currently , i use javascript to call "save as" window to save as htm , but i
don't know how to save the picture included in the page
... more >>
Email via ASP
Posted by Arnaldo Martinez at 9/26/2003 12:05:21 PM
Does anyone knows about any sample code that I may be able to use to send
email when an user click the submit button?
... more >>
domain name vs public url in connect string
Posted by bbxrider at 9/26/2003 11:42:32 AM
am using win2k adv serv, iis5.0
this works
Driver={Microsoft Access Driver
(*.mdb)};//111.222.333.444/ShareName/PathToDatabase/MyDB.mdb; Uid=;Pwd="
but this does not
Driver={Microsoft Access Driver
(*.mdb)};//domain.name/ShareName/PathToDatabase/MyDB.mdb; Uid=;Pwd="
the share and path someh... more >>
content-disposition on IE5
Posted by Serve Laurijssen at 9/26/2003 10:13:11 AM
I can't get a file download working on IE5.
It works on IE6 and I couldn't find a solution on google. Here's the code:
Response.ContentType = "application/download"
Response.AddHeader "Content-Disposition", "attachment;
filename=""ex.html"";"
What's the correct way to force a file download?... more >>
ASP/Access 2000 problem
Posted by Brent at 9/26/2003 9:17:03 AM
I've got a site that uses ASP pages to make simple
connections to an Access 2000 database. The site has been
fine for the past few months. Last night I browsed to an
ASP page, and for some reason an .ldb file got created on
the server, and now none of the pages can connect to the
database.... more >>
How use excel with ASP ???
Posted by lubiel at 9/26/2003 7:19:32 AM
How use excel with ASP ???
Hello,
Someone know the way to work with
ASP and Excel files by Web ???
The idea is from my ASP, first reading my database,
display a list of countries with facts of it in excel
format and then
can manipulate this facts, at the end, save the data
modifie... more >>
Can you explain this?
Posted by john_laco NO[at]SPAM yahoo.co.uk at 9/26/2003 6:48:31 AM
Dear Gentlemen (and Ladies of course),
I am facing an interesting problem (which may be not be a problem). I
am running win2000 server IIS5 (with newest SP). This is our
development server and I am making an ACCESS-driven ASP applications.
For easy development purposes I have enabled the "Allo... more >>
FileSystemObject DeleteFolder Permission Denied
Posted by katjarahkola NO[at]SPAM hotmail.com at 9/26/2003 6:01:09 AM
Dear all,
I have a script that creates a FileSystemObject to be used for
folder/directory manipulation. What I am trying to do is to search the
drive if folder exist. If it doesn't it creates a new folder, but if
the folder exists it deletes the old folder and creates a new one. The
error ref... more >>
read cookie from different virtual dictory
Posted by Guoqi Zheng at 9/26/2003 12:47:57 AM
Dear sir,
I have a site, http://www.vitaminstore.nl. Inside that site, I have some
virtual dictionaries. For example, http://www.vitaminstore.nl/search/ or
some subdomains like http://mail.vitaminstore.nl.
Question: I would like the cookie which was created by a subdomain or
virtual diction... more >>
Problems with Microsoft.Net Framework SDK
Posted by Mogomotsi Masege at 9/26/2003 12:39:17 AM
I recently installed Microsoft.Net Framework SDK on my
W2000 server because I wanted to run some ASP.NET
Application, now I can run aspx pages from my IIS5.0 but
classic ASP pages doesn't run anymore and most of my WEB-
sides are created on ASP
What can I Do to get both Classic ASP and .NET... more >>
[Maybe OT] Image gallery generator
Posted by Lorenzo Bolognini at 9/26/2003 12:19:02 AM
Hi all,
i'm looking for a free image gallery generator in ASP 3 on ASP+. I've
already looked on sourceforge.net but no one seems to fit my needs which
include:
- admin area to create/destroy galleries,
- upload/remove images,
- placing comments on images.
Could you please point me to some... more >>
|