Home All Groups Group Topic Archive Search About



Active Server Pages (ASP) Programming Discussion

microsoft.public.inetserver.asp.general
Score Retrieve date value issue
Simon Gare - 3 Mar 2007 6:26 PM - 5 messages
Hi all, I am trying to retrieve a count of booking entries made 30 days ago, below is the end of the query I am having problems with. dbo.booking_form.TimeOfBooking = DATEADD(day, -30, GetDate()) GROUP BY dbo.booking_form.TimeOfBooking") ...
Score Get XML node attribute?
Pupkin - 2 Mar 2007 8:17 PM - 3 messages
Hi, I'm pretty new to XML, but I've been working mostly successfully with an RSS-parsing bit of ASP code to display the contents of an XML on a web page. What I can't seem to find, even though it seems like it should be pretty ...
Score Group Sql results in Row Heading format
Mike Will via WebmasterKB.com - 2 Mar 2007 8:02 PM - 9 messages
I've been struggling with this for a while now.  But I want to display my query results in a table where they are grouped by project.  I am using a do while loop but it not achieving the look I want. ...
Score ActiveX control is not downloaded
fniles - 2 Mar 2007 4:41 PM - 1 message
I created a VB6 ActiveX control, created the CAB file using "Package & Deployment Wizard", sign the CAB file with Verisign, and copy the CAB file to a website. I am able to download older CAB files, but recent CAB file that I created I ...
Score 404 error produces 302 response
nutso fasst - 2 Mar 2007 4:21 PM - 1 message
Hello. IIS 4 website with a custom 404 error page WAS working OK, but at some point it wacked out. In the logs there were no 404 error responses. Instead, what were recorded were 200(OK) responses with my custom 404 page. ...
Score error 800a0cb3: adLockPessimistic vs. adLockReadOnly
Vanessa - 1 Mar 2007 9:58 PM - 2 messages
Everyone, I have a long story, so please bear with me. Sorry~ Our web server and SQL server are located at the same machine (don’t ask why…..), and we are working on separating them recently.  First our IT people ...
Score SeDebugPrivilege
RedLars - 1 Mar 2007 3:24 PM - 3 messages
Using WinXP Prof with IIS 5.1. The computer is running a few web services (ASP.NET). The problem, one of the services uses a dll which uses OpenProcess() win32 api. This method needs SeDebugPrivilege to operate. For debugging purposes I've used Process Explorer to check the security ...
Score Text size issue on asp page
Simon Gare - 1 Mar 2007 12:35 AM - 2 messages
Hi, I cant seem to alter the text size on the code below only the colour, the code you see is all that the page consists of from start to finish that's all of it, cant apply css nothing works. ...
Score Request.ServerVariables("SERVER_NAME") is only returning IP
E L - 28 Feb 2007 9:50 PM - 3 messages
We have the Request.ServerVariables("SERVER_NAME") used in a classic ASP page using IIS 6. It used to return our website name: [link] when using IIS 5, now it is returning the IP address when we type the full www. url. ...
Score Hidden data in hyperlink
David - 28 Feb 2007 11:51 AM - 3 messages
Hi, I have a set of asp hyperlinklinks on my asp pages which direct the user to specific products. i.e. the link jumps to  ....../product.asp?product=productA&ID=1 is there anyway to still carry over the ID, but hide it from the link, ...
Score editing asp file using filesystem?
mail - 28 Feb 2007 10:25 AM - 1 message
Hi Is it possible to edit an asp file using filesystem? when I read a text file using filesystem it doesnt show me the asp code in the <% tags as this code is run server side, but is there a way to read ande ...
Score Displaying XML in ASP
lejason - 27 Feb 2007 9:32 PM - 7 messages
I am having trouble with a really simple problem!  haha.  How do you display that data from on xml file.  Here is my xml file called "test.xml" <?xml version="1.0" encoding="iso-8859-1"?> ...
Score Opening a aspx page withing a aspx page
Kevin Humphreys - 27 Feb 2007 6:40 PM - 3 messages
Hi There, I have an asp.net page that I would like to open up another asp.net page within the first one. Like a parent - child relationship. I need to display a graph in the child on the parent. ...
Score Classic asp and IIS 6.0
anon - 27 Feb 2007 3:51 PM - 4 messages
In our application we need to increase the session timeout to 2 hours when the user requests a certain page. We use the following code to do that. Session.Timeout = 120 This works fine on IIS 5.0. After we moved the application to IIS 6.0 the session timeout does increase ...
Score VB configuration
Sergei Shelukhin - 27 Feb 2007 12:58 PM - 1 message
Hi. We have an old ugly application that uses ASP 3.0. We had to move it to another server recently (basically by copying it and setting up in IIS), and as we did, we started experiencing problems with VB. ...
Score Populate Dynamic dropdown box
Simon Gare - 26 Feb 2007 9:15 PM - 8 messages
Hi, have form on asp page that recalls data from the recordset and populates all the fields except the dynamic dropdown box that doesn't, just shows default value. How do I make it populate based on the entry in the db? ...
Score Autofill field based on entry in another
Simon Gare - 26 Feb 2007 9:14 PM - 2 messages
Hi, have form on asp page with an email address field, when the user enters their email address I want it to populate another field automatically on the same page, some kind of OnBlur event. Have worked extensively with dropdown ...
Score Re: Syntax Error in SQL Update Statement
Bob Barrows [MVP] - 26 Feb 2007 7:55 PM - 1 message
Bob Barrows [MVP] wrote: Oops - disregard this. my mistake. ...
Score Syntax Error in SQL Update Statement
Maximus - 26 Feb 2007 7:15 PM - 2 messages
Can some one help me with finding the error is this statement? strSQL_Update = "UPDATE tblWJS_SuperInput SET JobNumber= '"& strJobNumber &"', " _     & "WeekendingDate = '"& strWeekEndingDate &"', "_     & "CurrentHours = '"& strCurrentHours &"', "_     & "CurrentHoursTaping = '"& strCurrentHoursTaping &"', "_ ...
Score MS SQL Database access
Lubomir - 26 Feb 2007 6:51 PM - 3 messages
Hi, I am learning how to access MS SQL database from ASP.NET and run into 2 problems: 1/ When a user from asp page is connected to database, I can not connect to the database from windows management console. My database was created as local. ...
Score If record exists if not Insert
Matt - 26 Feb 2007 5:00 PM - 7 messages
I need some guidance on how to handle an issue.  I have an .asp page that correctly queries a table and returns data if a 'job number' and week ending date exist and the user can update the information that is ...
Score How would you face this problem?
MarcoG - 26 Feb 2007 2:02 PM - 5 messages
Hi, I have an online application (written in .asp) that requires a login to be accessed and used. I have a login.asp page that asks for username and password, looks up in a MS SQL db if a combination of those ...
Score Embed Text in a Tiff File
bmguk01 - 26 Feb 2007 1:25 PM - 1 message
Hi There I have a document management application written in classic ASP (VBScript) on my company intranet which works fine by storing and displaying scanned images as .tif files. What I wish to do now to further enhance the application is to display/ ...
Score Setting a default option for a comb box
Doogie - 25 Feb 2007 6:47 PM - 5 messages
I posted this question a few days ago but I think that post is drying up and I still do not have an answer.  I need to set a default option for a combo box that is not the first item in that combo box.  Below ...
Score Using wildcard w/Access database
Dave - 25 Feb 2007 6:22 PM - 6 messages
[I posted this in the Access forum but the more I think of it, it's probably more of an ADO issue since I can get it to work in Access but not ASP 30.] I need to filter an Access 2000 result set in ASP 30 using the ADO ...
Score view content of remote folder
Marco Firenze - 25 Feb 2007 1:43 PM - 2 messages
Hi to everyone this is my problem : I have a dynamic SELECT code like this <select name="risposta1" id="risposta1" > <% Set file1 = CreateObject("Scripting.FileSystemObject") Set file2 = file1.GetFolder(server.mappath("myfolder/")) Set file3 = file2.Files For Each file in file3 %> ...
Score send email by cdonts and want to get in in 1255 ISO-Logical encoding
yuvalbra - 25 Feb 2007 11:35 AM - 1 message
Hello , I work with asp and send email by cdonts and want to get in in 1255 ISO-Logical encoding every email i got the numbers shows backwords , i need to goto to encoding and replace to ISO-Logical 1255 ...
Score Free Website Designing solution+MORE
nita - 25 Feb 2007 3:02 AM - 1 message
We focus on e business solutions at low prices serving the needs of small to medium businesses all over the world. We offer a wide range of custom web site design development and seo services at affordable prices starting from small presentation sites to complex ...
Next »