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 > october 2007 > threads for october 8 - 14, 2007

Filter by week: 1 2 3 4 5

FSO Error
Posted by Miguel Orrego at 10/14/2007 12:00:00 AM
Hi, I'm getting a permission denied error on a win2k server using fso.deletefile. I have given the IUSR and IWAM full control permissions to the directory and the files are not read-only. Any ideas? Thanks. ...more >>


Link checker in ASP
Posted by Gabriella at 10/13/2007 12:49:17 PM
Hi, How can I check a link in ASP? I need to verify the exact link, just as http://validator.w3.org/checklink performs the validation - e.g.: if a user inserts http://www.exampleURL.com, i'd like to verify whether it's http://www.exampleURL.com OR http://exampleURL.com OR http://www.exam...more >>

How to open a file on the clients local hard drive from within ASP
Posted by Peter at 10/12/2007 1:33:01 PM
Dear, I do have an ASP page with vbscript code entirely executed on the IIS server. The page contains a lot of data coming from the SQL Server. I want to populate one of the <select> boxes on that page with data coming from a file stored on the clients local hard drive. How do I achieve thi...more >>

Generate email when I click button?
Posted by majahops via WebmasterKB.com at 10/11/2007 8:05:21 PM
When I click "save" after adding a new record (which contains, among other fields, the person's email address), I want an email to automatically be sent to that person (at the email that is in the field of that record). How can I do this? Thanks so much, it really means so much to me!!! --...more >>

HTTP 401.1 error when using IP address...
Posted by msnews.microsoft.com at 10/11/2007 10:02:05 AM
Our IT team relocated our application servers yesterday. They had to take one machine out of the cluster because it would prompt users for credentials if accessed using the IP address, which I guess is what happens when it is accessed through the firewall. However, it works as expected when ...more >>

break
Posted by vinodkus NO[at]SPAM gmail.com at 10/11/2007 5:23:23 AM
dear sir/madam How to use break in asp. Please help me Thanks in Advance ...more >>

Creating a variable name as the value of another variable.
Posted by rdstevenson NO[at]SPAM hotmail.co.uk at 10/11/2007 3:39:21 AM
Hi, Something I've never come across before and has given me a headache. I have a txt file with content similar to below I want to read in each line do a split on the = and then create a variable with the name of the first value and the value of the second. I'm fine with the splitting etc bu...more >>

Getting the page count of a PDF document
Posted by tim at 10/11/2007 12:00:00 AM
Hi, I try to get the page count of a PDF document. I know how to do this in VB but not in ASP. I have tried several options but none of them work properly. I have search the internet but nothing that will help me. Does anyone can help me with a sample? Regards Ti...more >>



How can I detect if a class is included more than once ?
Posted by at 10/10/2007 7:37:04 AM
Here is the problem, I am working with a bunch of old code so I can really restructure the includes, otherwise I guess I could change all the #include statements to #include-once. Anyway, If I have a file with a class like this: Class myClass end class I get a "name redefined" error. ...more >>

ASP Page, Access Base, PARAMETER not send !!!
Posted by Seb at 10/9/2007 10:38:12 PM
Hello, I work in a ASP page and a Access 97 base. In Access, I have a request with a parameter (VAR_DATE). With this code it's good : <% Set Req_1 = Server.CreateObject("ADODB.Command") Req_1.ActiveConnection = MM_BASE_FIL_A_FIL_TER2N_STRING 'Z2_Req_Sans_FIL_Supp is a request in access wi...more >>

Visual Studio 2005 backwards compatible with classic ASP ?
Posted by at 10/9/2007 9:56:41 AM
We have classic ASP running (so I'm told) on IIS 6, and I found a vbc executable on the system that says visual basic 7 when I run vbc - help . If I have them install Visual Studio 2005, I am hoping it is backward compatible with our current ASP codebase ? ...more >>

how to show more than column value in combo box
Posted by vinodkus NO[at]SPAM gmail.com at 10/8/2007 1:56:33 AM
dear sir/madam I have a problem . I have a table of field name ,roll_name, age I have to show name and roll_number in combo box list. please help me i m using it <select name=id1> <option value="<rs(0)>"><%=rs(0)%><%=rs(1)%></option> please correct this syntex ...more >>


DevelopmentNow Blog