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 > june 2007 > threads for june 15 - 21, 2007

Filter by week: 1 2 3 4 5

Query Database, Display as hyperlink
Posted by BOBss at 6/20/2007 9:29:56 AM
I am using ASP with VBScript. I want to query an access database username field, and display the output as a hyperlink on an a webpage.The webpage will display all records. I then need to be able to select a given record(hyperlink), and display all of the fields for that record on another we...more >>


accessing the delivery receipt using CDO.Message
Posted by Sany at 6/20/2007 7:48:58 AM
Helo, I am using myMail.DSNOptions = 14 n a script that uses CDO.Message to send an internal mail. Is there a way to access the delivery status in the same script and report a bad route...below is an example I would like to achieve. Any help is greatly appreciated. Example: Sub sendMai...more >>

File size is incomplete by 20 bytes in a remote server when uploading
Posted by Orgil at 6/19/2007 8:55:52 PM
Hi all, I'm working on a ASP web site. The site has some pages for uploading files to its server. I'm working on my computer as a local server. When pages of the web become ready, I copy the pages to a remote directory of a remote web server . When I upload files to the local server, any file ...more >>

Date.parse
Posted by Ben at 6/19/2007 3:38:09 PM
Hi, Can anyone explain why this, Date.parse("Jan 1, 1970") equals this, 18000000 ? Microsoft's documentation reports this, " The parse method returns an integer value representing the number of milliseconds between midnight, January 1, 1970 and the date supplied in dateVal. " ...more >>

Email
Posted by Ahmd at 6/19/2007 12:57:08 PM
Pls help I want send one image and some text inside the image as mail. Pls how can i do it in asp. thanks in advance ...more >>

Using For ... Loop to retrieve records....
Posted by David at 6/19/2007 5:20:24 AM
Hi, I have a form on which a user can select a checkbox against a record. Each checkbox carries the RecordID of a product. ---------------------------------------------------------------- I am trying to print the following report:- Details for product 1 --------- Report / page Break ...more >>

ObjectDataSource and custom objects returning list of another obje
Posted by Ghistos at 6/18/2007 10:47:03 AM
Hi all, I have a class with properties returning int, string, date... and generic Lists of other classes. private static string zipcode; private static string city; private static double? x; private static double? y; private static List<Proprio> pr...more >>

CDO message attach files
Posted by sallysmedly NO[at]SPAM yahoo.com at 6/18/2007 5:45:26 AM
Hi, I have a page where a user can browse for and attach 2 files to an email. The email works fine when I try to send a selected file from the server, but I have added in some script so that it sends the files the user has selected, but this part won't work. Any suggestions would be much...more >>



Dup entries in DB
Posted by Brett_A at 6/18/2007 12:00:00 AM
I have the following contact us submission form. http://www.remarkableleadershipbook.com/contact.asp When I submit using Firefox on either my laptop to my desktop, I get single entries in the db. When I submit using IE 6 or 7, I get duplicate entries in the db. I had a friend test on bo...more >>

Back to Basics
Posted by John Peach at 6/18/2007 12:00:00 AM
How to i pass an asp array to a client side vbscript array ? Thanks John ...more >>

FREE ASP BLOG
Posted by vunet.us NO[at]SPAM gmail.com at 6/17/2007 2:36:56 PM
Can anyone recommend me a good FREE ASP blog? I've seen some, but I just want to hear personally from you, ASP experts, and possibly a link to blog. ...more >>

is a record empty, then .......
Posted by LeentjeĀ® at 6/17/2007 12:00:00 AM
hi, i'm trying to determine if a record is empty and when it's not, it has to show that record to test, I put three X's in the code the content of rs("opmerking") isn't shown but the three X's are there Does someone know why ? Here is my code: <% While not rs.EOF If not rs.E...more >>

best forum?
Posted by mark r at 6/16/2007 1:29:30 PM
Hi there, ive done a search through aspin and hotscripts looking for a good forum script... anyone got any recommendations? im looking for something secure, easy to implement and customizable (some nifty ajax functionality wouldnt go a miss too if possible) thanks mark www.neue.co.uk ...more >>

HELP: ASP JScript & VBScript interoperability
Posted by Andrew Wan at 6/15/2007 5:42:32 PM
How can VBScript code access JScript code variables in the same ASP page? <SCRIPT LANGAUGE="VBScript"> Dim a a = 10 </SCRIPT> <SCRIPT LANGUAGE="JScript"> Response.Write(a); </SCRIPT> Also, is this valid JScript code because ASP hasn't complained. <SCRIPT LANGUAGE="JScript"> function ...more >>

Slow ASP Pages on IIS6 / Windows 2003
Posted by Akerlund at 6/15/2007 12:22:00 PM
User clicks a link that displays a customer card and financial stats (has a lot of database calls). Every 5 times the user clicks the same page/link it takes about 30 seconds (normal response time is <1 second) to display. Then you can click 4 times with a normal response time and the 5th the ...more >>

HELP: ASP JScript & VBScript interoperability
Posted by andrewwan1980 at 6/15/2007 11:24:24 AM
How can VBScript code access JScript code variables in the same ASP page? <SCRIPT LANGAUGE="VBScript"> Dim a a = 10 </SCRIPT> <SCRIPT LANGUAGE="JScript"> Response.Write(a); </SCRIPT> Also, is this valid JScript code because ASP hasn't complained. <SCRIPT LANGUAGE="JScript"> functi...more >>

Write from an html form to csv format
Posted by nufanvandal NO[at]SPAM gmail.com at 6/15/2007 8:23:38 AM
Hello, I created a web form in html, I need to create a server-side script using ASP and embed it into the html, so that when the user clicks submit, it sends(saves) the data from text boxes, drop-downs etc, to a text(.txt) file on the server. It needs to be in csv format so that they can cre...more >>


DevelopmentNow Blog