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 > september 2003 > threads for monday september 22

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

Session Contents Max Length
Posted by Jawahar Rajan at 9/22/2003 11:15:38 PM
All, I know that using Session.Contents is frowned upon by some. But I feel I am in situation where I cannot avoid it. I think it is better than using a QueryString. Is there a length on the Session.Contents variable length i.e., Session.Contents("myVariable") = "............" what is the max ...more >>


remove stylesheet effects
Posted by webfox at 9/22/2003 9:55:28 PM
Hello! How can i remove the efects off a stylesheet ? I want to export to excel and dont want that the effects off style sheet come with. thanks ...more >>

DateLastAccessed Problem
Posted by sb at 9/22/2003 7:03:47 PM
I'm trying to come up with a simple script to iterate through a bunch of images in a directory and delete the ones that haven't been viewed in x number of months. I thought "DateLastAccessed" would be the way to go but it seems to have a rather strict interpretation of what consists of "access" ...more >>

ASP.Net and JavaScript together?
Posted by Alex at 9/22/2003 6:55:47 PM
I need to perform some of Client side manipulation: I have a 4 checkboxes with following them 4 FileUpload HTML controls. What I need to do is to prevent user from uploading file by using 4th controll if 3rd is not used and itc.,so I want to disable number 2,3 and 4 untill user clicked 1.So...more >>

personal web server
Posted by shaymaa at 9/22/2003 6:37:46 PM
am using pws on win 98 and when i try to excute any asp page i got the following error Response object error 'ASP 0156 : 80004005' The HTTP headers are already written to the client browser. Any HTTP header modifications must be made before writing page content. anyone can help? ...more >>

APS3 / IIS4 Session wont persist
Posted by Richard at 9/22/2003 5:50:41 PM
Having trouble getting Session to persist. Have checked properties of the Virtual Directory in IIS4 manager and "Enable Session State" is checked, with time out set to 20 Mins. Have also checked the Project Properties in Interdev 6.0 and confirmed that "Sensionless ASP Pages" is NOT checked. ...more >>

re-occuring dates
Posted by raj chahal at 9/22/2003 4:50:58 PM
Hi there, I'm creating a access database for 'events'. I have created a field for 'date of event', the asp then checks if this date has lapsed, if so it doen't show the event. All works fine. The only problem is how do I manage dates that re-occur ? i.e every tuesday or every 1st tuesay of th...more >>

ASP and IIS and SSI...please help
Posted by shland at 9/22/2003 3:49:15 PM
Hi - I'm using SSI in some .asp pages... the SSI works perfectly on my web host, but when I try to test locally, IIS is complaining that it can't find the included file. I'm sure that it has something to do with setting a "root" directory properly, but as far as I can tell, I have it set ok. An...more >>



online spell checker
Posted by middletree at 9/22/2003 3:45:09 PM
May be OT, but . . . In the Intranet-based Ticket tracking app I have built for our tech support, there is a feature where some customers are going to be able to see the stuff that was typed in by the tech support person taking the call, including the problem description. It would be nice to i...more >>

how to set correct date format
Posted by Himanshu Dora at 9/22/2003 2:25:07 PM
Hi I have set with lcid value. but i am not able to overcome my nt server regional setting. Actually i want a date in mm/dd/yyyy. But i get date as mm/dd/yy. How to ensure that i shall always get correct format irrespective of os or regional setting. regards himanshu ...more >>

CDONTS Mail.CC question
Posted by Tom Petersen at 9/22/2003 2:12:23 PM
Hello The code itself is working, this is more of a cosmetic thing for me... lets say objRS("memail") = tom.petersen@aol.com strEmail = objRS("memail") & ";bill.clinton@aol.com" Mail.CC= strEmail When the person (Mail.To) get's the message, the header only shows the objRS value, followed...more >>

Get userID from Active Directory.
Posted by Lin Ma at 9/22/2003 2:11:41 PM
I first post this to win2000.active_directory group and I find out it may be a wrong group. I hope this group can help me. Hello, In ASP page, does any one knows how to get user network login ID from user email address? In my company, we use win 2000 server with active directory. ...more >>

Server Application Error
Posted by Nick at 9/22/2003 12:31:03 PM
Hello all I just reinstalled my Windows XP Professional and I can't seem to make IIS work on my local ASP application. I have setup many times IIS and configured it to work properly, but now after the new WinXP setup I receive the message: "Server Application Error The server has encoun...more >>

checked AND unchecked
Posted by Joel Brabant at 9/22/2003 12:19:12 PM
Hi again, Within a submitted page that has mutilple checkboxes with the same name, the request.form("mycheckboxes") has a comma separated list of the values of all the ones checked.... but I also need to know which ones are not checked... How can I know that ? Thanks....more >>

Does ASP support forwarding to a new URL?
Posted by cgeiss NO[at]SPAM sssi.us at 9/22/2003 11:08:25 AM
I know that the Response.Redirect method allows me to redirect the user's browser to a new URL. JavaServer Pages provides two choices. A redirect as in ASP, or a forward where the same request is sent to another URL/page for continued processing, without a trip back to the client browser. My que...more >>

ChiliASP and databases
Posted by Jmac at 9/22/2003 10:57:32 AM
Can Chili handle Microsoft databases? I inherited a site with ASP, but my host uses Chili and the site is generating errors. Advice appreciated. Thnx Jmac ...more >>

How can I preven an ASP page returnig response to client.
Posted by mail NO[at]SPAM jazzis.com at 9/22/2003 9:51:24 AM
If I want to execute an ASP page and get NOTHING in return, no HTL Headers as well? response.clear clears only the contents, but HTML Header is still returned. Thanks for your time. Adam...more >>

How can I "know" the difference between a session timed out and a session that did session.abort?
Posted by mail NO[at]SPAM jazzis.com at 9/22/2003 9:45:44 AM
Any clues? Thanks for your time. Adam...more >>

Logged in user?
Posted by Betina Y Andersen at 9/22/2003 9:42:35 AM
I need some asp code that can give me the user that is logged on to the PC, can anyone help? Regards Betina ...more >>

Thermometer / Gauge display.
Posted by Alex Stevens at 9/22/2003 8:47:26 AM
Hi All, On my site we are about to run a fundraising scheme. I would like to display on there a thermometer to show how far we have got to reach our total........ Does anybody know of a free example of this, or have they done this themselves?? Thanks Alex Stevens ...more >>

checking page size in kb
Posted by at 9/22/2003 1:41:39 AM
Hey guys, Is there some code to check the page size of some webpages i am opening using asp or javascript? I want to check that they are all over a certain amount (ie: they display something, and not just a blank page. )Also some code to make sure that the page is still valid (ie: It does not di...more >>

Permission Denied in ASP Files upload
Posted by Ivan Cheng at 9/22/2003 12:22:10 AM
I have a web server running Windows NT and IIS 4.0. My users that are using Windows 98 2nd edition have no problem uploading their files into the server via ASP but those users that are using Windows 2000 Professional will have the below error : Microsoft VBScript runtime error '800a0046'...more >>


DevelopmentNow Blog