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

Filter by week: 1 2 3 4 5

Is there are any component covert HTML to RTF/DOC?
Posted by Eilsa at 12/31/2004 4:50:29 PM
I am going to convert the HTML code to RTF/DOC, is there are any solution to do so? Thanks Best Regards, Eilsa ...more >>


Puzzling - @@Identity with DSN-less connection
Posted by Rob Meade at 12/31/2004 12:18:21 PM
Hi all, Just spent an hour and a half trying to get something to work when we realised we had the same problem over a year ago... I have an ASP page which calls a stored procedure, all the stored procedure does is write 4 values to a table, and then returns the identity of the just inser...more >>

converting from ASPMail to ASPEmail
Posted by shank at 12/30/2004 9:00:39 PM
Has anyone converted from ASPMail to ASPEmail...? 1) I get the following error. Can you offer some insight? 2) Is there an equivalent to this line: Mail.ContentType = "text/html" ...? thanks! --------------------------------- Persits.MailSender.4 error '800a0006' 501 Syntax error. Syntax...more >>

restart iis
Posted by Meelis Lilbok at 12/30/2004 10:53:10 AM
Hi Is it possible restart IIS from ASP? I tryed activex dll, but it wont work, i think its an "user rights" problem When i use this dll form vb6 all works fine. Any other solution? Best regards; Meelis ...more >>

Exception error
Posted by Lakrom at 12/30/2004 10:10:28 AM
Gentlemen a warm greeting of New Year, that everything is happy next to their dear family and beings. Now to the subject, I have an error of exception in this subroutine. The error is:(0x80020009) A data base is SQL Server 2000. ********************************** Sub Desplegar (Mes) Set dCon...more >>

adDate parameter to stored proc.
Posted by Agoston Bejo at 12/30/2004 10:01:39 AM
Hi! I am trying to pass a VBScript Date variable as value to an ADO adDate parameter of a stored procedure (which runs in an SQL Server). If I add the parameter like this: oCmd.Parameters.Append oCmd.CreateParameter( "@p_Date", adDate, adParamInput, , dParam) where oCmd is of type ADODB.Co...more >>

Increments by 10, 20, 30
Posted by someone at 12/30/2004 3:16:57 AM
Hi All, I need a function that only allows Increments by 10, 20, 30..... How do I achieve this in VB Script? Any help is appreciated. TIA, Santosh ...more >>

Directive to Not Process Included Script?
Posted by Bill at 12/29/2004 10:25:47 PM
I've got a file in an application that is included in many, many files of an application, like this: <!--#INCLUDE FILE="inc_file.asp" --> I need an instruction I can included at the beginning of inc_file.asp so that it will not process if I decide to turn it off. I know I can just replace i...more >>



doctype
Posted by Roland Hall at 12/29/2004 8:43:57 PM
I'm having a really tough time finding references for XML with ASP. Everything I find assumes I already have an XML file and want to display it with ASP. I'm looking for reference material where I can CREATE XML files using ASP. Currently I am looking for a way to put in the following line...more >>

Displaying a SWF at it's original size without setting the dimensions
Posted by Laphan at 12/29/2004 4:23:27 PM
Hi All This sounds such a simple request, but doesn't seem to work. Basically I'm allowing the user to upload their own SWF files to their web site via a web browser (ASPupload). I don't want to limit the dimensions that they have to use in their SWF files so I want to simply extract and ...more >>

ASP working with MS Office
Posted by Eilsa at 12/29/2004 3:08:37 PM
I want to read the MS Word and XLS documents with ASP code for searching. Is there are any solution for me or any reference? Thanks Best Regards, eilsa ...more >>

Calling a batch file from IE using asp and vbscript
Posted by Mark C. at 12/29/2004 1:11:01 PM
I'm trying to call a batch file that I've built using the FileSystemObject and CreateObject("Wscript.Shell"), oShell.Run... in an asp script. Naturally, I can get the script to work from a command line but not from a browser. The page does not throw an error but the oShell.Run... portion of ...more >>

Handle large number of form data
Posted by Utada P.W. SIU at 12/29/2004 12:07:57 PM
I know that MS have limited the form data size which about 100k however, I need submit a data that may be less or more than 100k, such as 500k I have found a code that using x-www-form-urlencoded read the form data as binary code than using ADODB.stream to convert back to string and display...more >>

ASP Directory Listing!!!!
Posted by Adam at 12/29/2004 11:56:43 AM
I am running IIS and using asp, I want to be able to list a directory/ content of a folder using asp, and display it in a table using html. I have seen many examples but have not been able to get them to work All my html & asp are in a folder called webserver in the following direc...more >>

Timeouts
Posted by Jim in Arizona at 12/29/2004 11:23:12 AM
I'm doing a query on a webproxy log, which is a pretty large table. I'm only doing a query on a single days worth, but could be upwards of 250000 records. Originally I got a timeout error saying to increase the time using Server.ScriptTimeout so I put Server.ScriptTimeout = "900" at the top of...more >>

1/1/1900
Posted by middletree at 12/29/2004 11:06:28 AM
When a form field (input type=text) is left blank, it stores 1/1/1900 into the field in the SQL Server DB. I'm not sure why. The field in SQL Server is a date/time field. I could make it varchar or something similar, but I will need to do math with these dates later in the project. I tried ...more >>

Passing variables from ColdFusion to ASP
Posted by Onnuri at 12/29/2004 8:53:21 AM
Hi, Is there a way to pass a session variable from ColdFusion to ASP? I need to pass one from the login page in ColdFusion to ASP pages so that I could restrict access to the pages without login. Please let me know. Thanks in advance. Onnuri ...more >>

Which reporting tool goes well is ASP
Posted by Jack at 12/29/2004 8:09:09 AM
Hi, I am building a ASP financial reporting application. Here the user inputs quarterly financial information. The data obtained is being used for uploading a separate in-house application. The end-user should be in a postion to run reports on their own based on the quarterly information they...more >>

ASP vs ASP.NET question
Posted by tmb at 12/28/2004 8:15:22 PM
I've heard some ISP's are not offering support for ASP.NET... Can anyone update me on the status of accecptance of ASP.NET and of the entire .NET movement. thanks in advance. ...more >>

SQLServer login with Trusted Connection thru ASP
Posted by Jim Corey at 12/28/2004 10:50:19 AM
We're looking at logging on to SQLServer using Windows Authentication from an ASP app, and trying to figure out what will work. The following connection string works with Basic Authentication: driver={SQL Server};SERVER=MyServer;Database=MyDB;Trusted_Connection=yes; Is there a way to do...more >>

asp + mysql and simultaneous requests result in IIS 500 error
Posted by slugger at 12/28/2004 10:46:45 AM
Hope this is not OT: I am running into some strange things whenever my ASP pages send out simultaneous requests to another ASP page which in turn gains access to a MySQL database using a DSNless connection string. Whenever I run a page that just puts out a single request things seem to go fine...more >>

Nested MSAccess Union-Queries in asp
Posted by d2r2 at 12/28/2004 10:16:06 AM
Hi, I'm trying to run a nested (UNION) query against a MSAccessXP database (version 2002; build 10.6501.6714; SP3) In Access the SQL-statement executes just fine. When I run it in a asp-page I get the following error: Microsoft JET Database Engine (0x80040E10) No value given for one or mor...more >>

Displaying images in same page
Posted by carmen at 12/28/2004 10:08:48 AM
I am trying to convert the following line Response.Write "<a href=" & imageFilePath & strPicArray(0,x) & "><img src=" & thumbFilePath & strPicArray(0,x) & "width=""75"" height=""75""></a>" to something like this <li><a href="images/heron.gif" onclick="return wrapContent(event, this.href, ...more >>

ASP Classic and Windows2003 Server
Posted by Soha at 12/27/2004 11:37:04 PM
Hi all; At work, we have started to upgrade our server form Windows2000 Advanced server to Windows2003 server. The website we are developing is done using classic ASP. When we put the website on the new server the asp pages didn't work and we receive an error (500 - Internal Server Error). I wo...more >>

How to pass a parameter in a stored Access query
Posted by Jack at 12/27/2004 9:07:02 PM
Hi, I have a stored access query which is corresponding to a particular id. However, I am using a login script to capture the value of an id. Now, I want to dynamically open the stored query by passing the id captured via login. Which means, I need to erase the static id value associated with t...more >>

single line XML file
Posted by Roland Hall at 12/27/2004 8:34:11 PM
I'm at a loss of how to put in LFs in an XML file. A brief example: dim objXML, pi, root, zones set objXML = CreateObject("MSXML2.DOMDocument.4.0") objXML.async = false set pi = objXML.createProcessingInstruction("xml", "version='1.0' encoding='ISO-8859-1'") objXML.insertBefore p...more >>

which newsgroup best for ASP newbie ?
Posted by Bill at 12/27/2004 7:21:44 PM
Which ASP newsgroup is best for someone learning ASP? Also, which internet forums would you guys suggest for the same subject? thanks for any help - Bill ...more >>

Problem on Asp ODBC Connection to SQL Server
Posted by EDDIE at 12/27/2004 5:39:39 PM
Dear All, I have problem on data connection to a SQL Server by Asp Statement. It's Very strange that my asp statement can connect to one remote SQL server but can't connect to other remote SQL server. The statement written like this : Set DBLBX=Server.CreateObject("ADODB.Connection") DBLBX...more >>

Enter key will not submit the form
Posted by M Smith at 12/27/2004 4:06:01 PM
I have a form I want to submit to itself. I want to be able to type in a list of numbers and submit the form and have that list show up on the same form under the text box I typed them into and the buttons. The problem is when I post a form to itself, the Enter key will not submit the form, it ...more >>

setting img size
Posted by carmen at 12/27/2004 3:48:18 PM
I need to set the image size in the following line. When I try to set the img to 75x75 I am getting an error. The line I'm having problems with is : Response.Write "<a href='" & imageFilePath & strPicArray(0,x) & "'><img src='" & thumbFilePath & strPicArray(0,x) & "'width="75" height="75"></a>"...more >>

Error in dynamic sql: Data type mismatch in criteria
Posted by Jack at 12/27/2004 3:13:01 PM
Hi, I am trying to test a sql statement in Access which gives me the error as stated in the heading. The sql statement is built as a part of asp login verification, where the userid and password are input in login screen. The password in the database is a number field. I am writing the dyna...more >>

Database Connectivity
Posted by MROPARTNER NO[at]SPAM comcast.net at 12/27/2004 1:05:30 PM
Microsoft has a tutorial for ASP. There is a connection string in the code as follows: DBQ=C:\Inetpub\Wwwroot\Tutorial\guestbook.mdb;"\ How do I change this statement once I move the page to my web server? I have the database in my root folder. Thanks ...more >>

Could not quit MSACCESS.EXE
Posted by Ezhil at 12/27/2004 11:09:02 AM
Hi- I am trying to create MS access file (.mdb) from the data set with the following code. Every thing is working fine. But I found the MSACCESS.EXE is still running in the Task Manager. When ever I run this program new MSACCESS.EXE is added to task manager. I could not kill the process aft...more >>

Converting Word docs to PDF
Posted by Drew at 12/27/2004 10:10:28 AM
Here at work, we have 2 copies of our policies and procedures. We have a Word format, and a PDF format. The problem is that when a policy is changed (there is a commitee meeting every month), the Word doc file is updated, and then a different user has to convert it to PDF (We only have 2 lic...more >>

Response.write statement to handle href
Posted by Jack at 12/26/2004 8:03:01 PM
Hi, I need to write a reponse.write statement of the following: <A HREF="default.htm">Click Here to try again</A> However, I am not clear about the syntax to handle this. I appreciate any help. Thanks....more >>

Server Side Includes
Posted by Buddy Ackerman at 12/26/2004 5:56:53 PM
I am troubleshooting a web site (not written by me) and may of the pages use server side includes. This one page includes a page that return includes the page the included it. Page 1 (_connection.asp): <!--#include file="MGroups/MRdisplayfun.asp"--> Page 2 (MRdisplayfun.asp): <!--...more >>

cookies
Posted by Ted Bogucki at 12/26/2004 11:25:09 AM
using asp.net I can write out cookies using response.cookies and read cooies with request.cookies If I enable a firewall like zonealarm then the cookies wiill write out but the asp page will not read the cookies. This is if block third part cookies is enabled. If I allow third part...more >>

What is ASP 4.0?
Posted by George Hester at 12/26/2004 3:08:24 AM
http://support.microsoft.com/default.aspx?scid=3Dkb;en-us;246828 Applies to ??? --=20 George Hester _________________________________...more >>

To wait for few secs before redirect
Posted by Jack at 12/24/2004 9:13:02 PM
Hi, I have a asp result page which shows that a record has been successfully updated. After this display I need to redirect this to a different page. However, I would like to keep the display for few secs before the redirect. I would appreciate the command to do this. Thanks for any help. Reg...more >>

javascript within .ASP page
Posted by Al at 12/24/2004 6:52:54 PM
Does any one know why the javascript does not work when the page is an .ASP instead of an html. I do not have the javascript in the code, what I do I call it within the .ASP as follow. <script language='Javascript' SRC='jscripts/jscriptname.js'></script> The jscript work fine once I rename ...more >>

asp.net web referencing
Posted by asp.net NUT!!! at 12/24/2004 2:49:02 PM
Hi I've been trying to add a web refernece to a asp.net application project, from a web service within the same solution. The site is hosted on my local host & in a virtual directory. when I go through the process of adding the web refernce to the application layer I get an error message st...more >>

using Excel as a DB
Posted by Mark at 12/24/2004 12:23:16 PM
I am reading from an excel spreadsheet as an ODBC Recordset. But whenever i try to write to it I get an error A) Ideally i would like to write "Mark" to A5 like this : RS("$A5") = "Mark" RS.UpdateBatch but it doenst like the RS("$A5") is there an easy way to do this? B) if i cant a...more >>

Redirect out of a Frameset
Posted by David GB at 12/23/2004 5:51:02 PM
If a page runnning in a frame does a redirect, the new page is loaded into the same frame. How do I do a redirect that 'looses' the frameset? In html, you can create a link with "target=_top" and it replaces the entire frameset. But a reponse.redirect("NewPage.aspx Target=_top") becomes...more >>

Read from text area
Posted by Mark Fisher at 12/23/2004 5:48:26 PM
Hi I have a database on a website, and a table in this db contains two fields, PCode, and Verified. I have to add new records to this in batches, and these batches are generated on a local PC. Is it possible to paste the contents of a text file into a text area form field, and then run ...more >>

zipping files via asp?
Posted by Beau at 12/23/2004 5:22:53 PM
Is there a native 'zipping' or compression compoonent in windows accessable via ASP? Or do you have to buy a compoonent? ...more >>

Reading File in Backwards
Posted by Shahid Juma at 12/23/2004 1:58:19 PM
Hi, I have a text file which I would like to read from the end and display only a certain number of records. Is there any way of doing this? Thanks, Shahid ...more >>

controlled access in fso
Posted by WC Justice at 12/23/2004 1:21:34 PM
I have a SQL Server-driven website with public and secure areas. Anonymous connection is via IUSR and authentication for the secure area is done via asp. Several pages first authenticate with asp and then use the fso to provide access to certain files for downloading or viewing via hyperlink...more >>

CDO/CDONTS and Images
Posted by Scott McNair at 12/23/2004 11:43:46 AM
While working on changing our email page, I noticed that it wasn't working - either the original or my changed page. The page would acknowledge the email as being sent (i.e. no errors were reported, and it moved to the next portion of the page). I tracked the problem down to an <img> tag. ...more >>

Faster way to check dropdown group.
Posted by MN at 12/23/2004 8:09:05 AM
Hello all - I have done ASP for a while but never found a quick way to handle this issue. I have 8 dropdown boxes. Is there an easy to check that only 1 has selected 'Yes' and the others are 'No' without checking infinite combinations? I usually do this with alot of coding for the combi...more >>

Digital signature capture on ASP page.
Posted by Targa at 12/22/2004 6:26:38 PM
Can anyone point me to resources relating to web based signature capture? I'm working on an ASP application that will be used on mobile tablet PCs. I need to add the ability for someone to sign their name on the screen and then have it converted to an image (.gif/.jpg/.png) for printng & stor...more >>


DevelopmentNow Blog