all groups > inetserver asp general > august 2003 > threads for tuesday august 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 31
Auto-create thumbs?
Posted by Dean J. Garrett at 8/26/2003 5:33:07 PM
I've seen a couple of ASP sites that allow the upload of images and then
automatically create a thumb-nail equivalent of the image. Normally, I've
required users to upload 2 versions of the image themselves, but if there is
an automatic way to do it, that would be better. Does anyone know of a
t... more >>
Extending the sessionid
Posted by billzimmerman NO[at]SPAM gospellight.com at 8/26/2003 4:28:01 PM
My session id is expiring too quickly. How can I extend it to last for 30 minutes?
Thanks,
Bill... more >>
Huge challenge in retrieve data using ASP
Posted by Marco Alting at 8/26/2003 3:07:14 PM
Hi
I'm developing a hierachy system that needs display data from a database,
summing from the lowest level up. The difficulty is, there are also multiple
columns across, I'll try to show it below:
col1 col2
col3 col4 c... more >>
Error: Microsoft JET Database Engine (0x80040E07)
Posted by John Davis at 8/26/2003 2:08:46 PM
I don't understand when I do (2), it will throw the error when I run the
ASP. (1) is working fine. Should I use a single quote between the string in
SQL statement in ASP?
(1) strSQL = "SELECT * FROM DATA WHERE id = " & strParm1
(2) strSQL = "SELECT * FROM DATA WHERE id = " & "'" & strParm1 & "... more >>
Response.IsClientConnected
Posted by alien2_51 at 8/26/2003 12:32:24 PM
I need to know if the client is connected from the session_end, how can I do
this.....
... more >>
Adding variables to response.redirect
Posted by billzimmerman NO[at]SPAM gospellight.com at 8/26/2003 11:56:48 AM
I have a page that contains processed variables that I'd like to
forward using the response.redirect method. However, because the
response.redirect contains the page within "pagename.asp", I have not
been able to pass the variable. I've tried concatenating it, by doing
respone.redirect "pagename... more >>
ASP Code Help
Posted by J P Singh at 8/26/2003 11:31:19 AM
Hi All
I am not an ASP expert but some kind soul gave me this code to create a
visual display for the dates stored in a table. It works fine except I now
want to modify it to have the Name and department of the users displayed and
not display the user id field.
The field names in the table ... more >>
how to call dll in ASP?
Posted by kathy at 8/26/2003 11:29:10 AM
I want to write a dll using VB6/VC6 and used by ASP.
Questions are:
1. what special requirements for the dll used by ASP?
2. after built dll, how to use it in ASP? Where I should
save the dll? Do I need to register the dll?
Any article/link related to my question? the sample code?
Than... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Simple Form Problem!
Posted by Benny Alexander at 8/26/2003 11:20:20 AM
Hi,
I am using a simple form 2 email program. I ama experienced programmer, But
I feel very bad, as I am unable to fix this problem.
All seems to be fine, But the mail is not reacing to my mail box. Here is
the code!
The form has just three values!
<%
name = request.form("name")
em... more >>
How can I Make Arabic Web site.?
Posted by zahid at 8/26/2003 10:58:35 AM
Hello,
Dear Friends,
I have to make such type of interface,you can say it a html form.
in which a admin can write arabic data and can insert that data or
recordsin database in ASP.
and i have to make a show.asp in which user can see that arabic data
in table from database on internet.
... more >>
<%@ Language="JAVASCRIPT" %> exists?
Posted by John Davis at 8/26/2003 7:04:21 AM
Just wonder if <%@ Language="JAVASCRIPT" %> exists??
Since JavaScript is used in client-side scripting, but <% ... %> is used in
server-side scripting. It sounds doesn't make sense. But I saw that in a ASP
test question before.
The question is like this:
How can you script your ASP code i... more >>
|