all groups > inetserver asp general > february 2004 > threads for sunday february 8
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
ASP or HTML in asp file
Posted by Thomas Scheiderich at 2/8/2004 10:03:59 PM
I am just curious as to when it is better to use straight HTML or ASP
(response.write) to put out HTML code on an ASP page.
For example, if I have an ASP page that is including another ASP page,
but the rest of the code is just HTML, which is the better way to do it.
Here is my example:
... more >>
array/recordset?
Posted by Rob Meade at 2/8/2004 4:39:44 PM
Lo all,
Ok - this is what I was aiming to do, and then I thought - naahhh, that cant
be right!
query database
results to recordset
results to array using GetRows
update values in one column in array
<BOING>
realised you cant sort an array easily..."hmmm, perhaps if I put the array
conte... more >>
DoEvents in ASP?
Posted by Dennis Eklund at 2/8/2004 4:21:01 PM
Hi all.
I have a question if there is some kind of DoEvents statment in ASP?
Im currently programming a web page that exports lots of images from an SQL
server to file and
it takes up to 1 or 2 minutes to finish. I would like to get some
information out on the webpage for
every file exported... more >>
HTTP error 404 when calling ASP page.
Posted by Brian Rupert at 2/8/2004 2:40:06 PM
I have 2 sites on my Windows Server 2003/ISA/IIS machine.
One of the sites works fine and has 'default.htm' for the
default document. The other site returns an 'HTTP error
404' and has a 'default.asp' for the default document.
Aside from that they appear to be configured the same.
Any id... more >>
Updating textbox contents during asp progress
Posted by rob at 2/8/2004 2:19:12 PM
Hi All,
I have an asp script which updates upto 300000 records each time it is run.
I would like to have a textbox which says records progressed : then in
increments of 100 or 1000 whilst the script is running. Is this possible to
do with a textbox? I've tried using the response.flush with a... more >>
boolean search expressions?
Posted by David at 2/8/2004 1:09:54 PM
Hi,
I'm trying to add a search facility to a page that looks for matches in one,
other or both memo fields of a database. The code below works fine if the
visitor types in one word, or the term just happens to exist in one of the
queried fields.
What I'd really like is for a visitor to typ... more >>
Newbie - Web Manager
Posted by Ady at 2/8/2004 10:34:14 AM
Hi There
At work we have an asp website on win 2000 professional machine. From the
operating system CD a programme called Personal Webmanager (or similar!) was
loaded on. This allows the asp database driven website to run and perform,
as if it was live on the internet.
At home I have windo... more >>
Web page content in database + formatting?
Posted by Rob Meade at 2/8/2004 9:46:05 AM
Hi all,
Ok - this leads on from speaking to a couple here and in the SQL server
group...
I've an application which allows the user to type in their text into a form,
they add 'happy' tags around their words, the app then replaces these with
the html equivalent and saves it to the database..... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Global.asa - script
Posted by Thomas Scheiderich at 2/8/2004 9:20:14 AM
If I am using ASP code in my global.asa file, why do I use the
Language=VBScript in my Script declaration.
*********************************************************************
<SCRIPT LANGUAGE="VBScript" RUNAT="Server">
Sub Session_OnStart
Application("countUsers") = 0
Application("siteN... more >>
Array Integers vs Array Variables
Posted by Roland Hall at 2/8/2004 4:41:36 AM
In working with arrays, I have found that I am unable to dimension and array
with a variable that has an integer value but I can redimension one this
way. I haven't see any information that tells me if this is a requirement,
although it appears to be because I get an error if I try it.
Ex.
... more >>
ASP_0147|500_Server_Error
Posted by Khaled Omar at 2/8/2004 4:08:26 AM
We occasionally get this error message on our web server,
this message is copied form the IIS logs, we can't
regenerate the error, does anyone know what is the meaning
of this message and how can we fix the problem, we
searched google groups and found nothing helpful
Your help is greatly ap... more >>
SessionId Property exists or not
Posted by selsaeed1 NO[at]SPAM gawab.com at 2/8/2004 3:50:50 AM
Dear All;
I want to ask about how could I know if a specific sessionid still
exists or not. If there is a method or anything that can tell me about
the existence of a specific sessionid .
Thank You
Soha El-Saeed... more >>
How to return values from a response.redirect
Posted by Kostas kousinovalis at 2/8/2004 2:31:51 AM
Hello
I have a asp page which it post some values to an external web page (not
mine) with the method response.redirect
(www.website.com/page.asp?username=user&password=mypass)
The external web page response OK if the user exist and Error if the
user not exists.
How can I take this data to ... more >>
|