Groups | Blog | Home


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
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 >>



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 >>


DevelopmentNow Blog