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 > threads for december 22 - 28, 2004

Filter by week: 1 2 3 4 5

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

Bizzare Message.
Posted by Richard Gutery at 12/22/2004 3:54:38 PM
I have an ASP page that I need to have a Message Box on. When I try to run the page, I get the following message : Exception Not Handled. Permission Denied. To trouble shoot, I gave everyone FC on the Page. Same error. I've never seen or heard of this before. Any Ideas out there? Richa...more >>

Reading DIV Tags
Posted by Shahid Juma at 12/22/2004 3:40:21 PM
Hi, I have a function in ASP and I want to read a DIV tag. Any ideas? I know the syntax but when I apply it, doesn't work. (document.all.message.innerHtml) Thanks in advance, Shahid ...more >>

Select * where 1 = 1
Posted by CJM at 12/22/2004 3:25:47 PM
I'm building a search function for one of my applications. The user has the option to enter a number criteria of criteria, but none are compulsary. I need to be able to build up a query string that includes only the right criteria. The simplest way I have found is something like this: sSQL ...more >>

URL redirection
Posted by Lam at 12/22/2004 3:13:52 PM
Hi I have a question on page redirection A user login from a asp page (p1), it calls another asp page(p2) to do the validation, after successful validation, it's forwarded to a welcom page(p3). How can I redirect back to the orginal page(p1) after certain time? I used <meta http-equiv="refr...more >>

Tranfering variable from a asp form page to a ACTION page
Posted by Jack at 12/22/2004 1:11:06 PM
Hi, I got a asp form page where the POST ACTION = confirmation.asp page is used to save the values collected from text boxes from the form in a database. For example txtTotalOutlay field is being used in confirmation.asp page to update a database field. However, there is a field in the fo...more >>

Access Reports using ASP
Posted by joris.kempen NO[at]SPAM groupsupport.com at 12/22/2004 8:42:46 AM
Hi people, I know that the question has come around sometimes: How to open an Access Report using ASP and export it to for example RTF. I'm trying to implement the first method of David Cline: http://www.15seconds.com/issue/981216.htm The first section describes how it should be done, ...more >>

Asp forms and variables
Posted by GwenP at 12/22/2004 3:53:02 AM
I am passing a variable from one asp page to another say "land registry". It puts the variable in the URL (as land%20registry) as you'd expect. I want to add it to a hidden text box in a form so that I can then pass it back (eliminating the need to store this original search variable in a coo...more >>


DevelopmentNow Blog