ASP/VBScript Form Post Handling
Fri, 30 May 2008 23:11:40 -0700 (PDT)
Hi there,
Just a quick question. I'm more familiar with C# and ASP.NET but need
to use ASP/VBScript for a quick project.
I have a form that uploads content to a server not managed by us. When
the form is filled in and posted, the response from the server is an
XML response. However when that happens, I'm no ...
|
(automatisch) records uit XLS halen en in MDB plaatsen d.m.v. ASP
Fri, 30 May 2008 00:42:44 +0200
Hallo,
Graag hulp, want ik heb zelf geen oplossing
Al gegoogeld, doch zonder concreet resultaat
Op onze webserver (intranet) hebben we een website draaien
Een bepaalde ASP-pagina haalt zijn data uit een MDB
De mdb wordt gevoed door andere asp-pagina's
Tot hier geen probleem
Doch wegens een keuze van a ...
|
Session Question
Thu, 29 May 2008 13:31:14 -0700 (PDT)
Here is the process on the site before I ask the question:
User logs in
session is created based on username and userid
user edits a record in the db
a hidden field with the userid session is inserted in the db to show
who edited the record
I had a user ( mike, id -1 ) edit a record today but the useri ...
|
Session Question
Thu, 29 May 2008 13:29:12 -0700 (PDT)
Here is the process on the site before I ask the question:
User logs in
session is created based on username and userid
user edits a record in the db
a hidden field with the userid session is inserted in the db to show
who edited the record
I had a user ( mike, id -1 ) edit a record today but the useri ...
|
Session Question
Thu, 29 May 2008 13:17:28 -0700 (PDT)
I am seeing a weird issue with users logged on to my site. There is a
tracking feature on the site that shows what users are editing based
on their user id session that is created when they log in. What i saw
today was a user ( mike )edited information on the site and a
different user id ( scot )was recorded a ...
|
repeating dialog box problem - "Do you want to open or save this f
Wed, 28 May 2008 20:08:01 -0700
I have installed iis 7 on my win vista home premium Sony Vaio laptop, and
then tried executing downloaded sample working asp scripts in the wwwroot
directory to try out.
The first asp script opened fine. When I tried to click the link from the
first asp script calling a second asp script, it just goes int ...
|
simple adodb calling stored procedures code please?
Wed, 28 May 2008 18:16:56 -0700 (PDT)
could anyone provide me with some simple example code of asp classic
calling adodb? specifically, i'd like the code to:
- call a couple of stored procedures that have optional parameters
- share a connection over the two calls
any assistance greatly appreciated and thanks in advance. ...
|
|
|
ASP VBScript insert / Update and £ sign
Wed, 28 May 2008 09:00:01 -0700
Hi guys,
Your expertise would be so appreciated on this one, I'm using CS3 and MS SQL
server,
There is a field where a user may need to enter the pound sign, for instance
"£24,000 per annum plus benefits" etc
The problem is that somewhere during the insert update it changes the £
pound sign to ei ...
|
download file
Wed, 28 May 2008 03:59:14 -0700 (PDT)
dear sir/madam
I have to write a code for download file in asp
Thanks in advance ...
|
After Parenthesis in ASP Variables - Query
Tue, 27 May 2008 10:10:36 -0700 (PDT)
Hi,
I'm wondering about variable declaration in ASP - is there a good
resource for this? In naming variables, is there a way to include
characters in a variable name after the parenthesis/variable in a
loop? I have quite a few variables (e.g. strOut1_a, strOut2_a, etc)
and thought a loop would be the best way ...
|