|
it
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Active Server Pages (ASP) Programming Discussionmicrosoft.public.inetserver.asp.general
No of users ?
PW -
27 May 2006 12:27 PM - 9 messages
Hi, I'm hosting a couple of ASP applications on my server. How can I tell the number of users currently logged on, and can I get any details about them ? Thanks, PW ...
Capture IP on web form
Zen Masta -
26 May 2006 11:27 PM - 4 messages
I've been getting a lot of harrassment emails on a web form recently and I want to display/capture the users IP/host header(not sure if thats the right term... but I know you can do it in IRC) if possible. Does anyone know a ...
Session based Shopping Cart
TRB_NV -
26 May 2006 8:17 PM - 1 message
I'd been using an Access database based shopping cart, but wanted to change it so that it would use session variables. I have a form that's submitted to a page called addtocart.asp that contains the following information: ...
How to get client IP ?
David Velazco -
26 May 2006 4:42 PM - 12 messages
Hello Everybody, I try to use script to get client IP <% dim IPAddr IPAddr = Request.ServerVariables("remote_addr") Response.Write("Your IP Address is " & IPAddr) %> but script return IP of Web site, not CLIENT and not null value! ...
Intermittent database error
Dave -
26 May 2006 2:40 PM - 9 messages
I am getting an intermittent database error on my asp page. I am using Access 2003 with classic ASP. The error is this: Microsoft JET Database Engine Error 80040e10 No value given for one or more required parameters /subweb/search.asp, line 163 ...
How to reset input data on detailsview, after error on insert
jparlato -
26 May 2006 1:16 PM - 4 messages
I'm using the detailsview to perform edit and insert of new records via an object datasource. If an error occurs on the insert, I want to preserve the data the operator tried to input, along with my error messages. Currently, it appears that the ...
ASP Problem: "IIS log failed to write entry" in Event Log
cherryparadise001 -
26 May 2006 1:52 AM - 1 message
Hi All, I have moved an asp system from Window Server 2000 to Window Server 2003 recently. Many error occured and most of them are unable to get the control's value in the page. I am newbie to asp and I would like to ask any ...
newbie- What's needed to Run ASP pages on a Notebook
shall -
25 May 2006 8:43 PM - 3 messages
Example, I'm waiting at the airport and I CANNOT get a connection to a server. What would I need to install on a Notebook computer to be able to edit my web pages? Is this possible? I'm currently using Visual Studio. ...
Getfolder on the network
damezumari -
25 May 2006 5:13 PM - 2 messages
I use windows 2000, iis 5. When I run the following program in IE6 I get the screen below. --- Program: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <body> <% dim fs,f ...
getting data out of this xml file
trooperbill -
25 May 2006 2:56 PM - 2 messages
[link] i want to store the currency exchange rates out from this document into an access database. anyone know how to do it (all the tutorials ive found are in php :( ...
How to send UDT from a ATL Server implemented in VC++ to ASP Client
Remo -
25 May 2006 2:53 PM - 2 messages
Hi, I want to know the possiblity and process of an ASP client, which needs to get some UDT from a ATL Server component implemented in VC++. The UDT is basically a C++ class consisting of a BSTR and a short. ...
Converting Access form to a asp form
Jack -
25 May 2006 2:45 PM - 7 messages
Hi, I have an Access application which need to be converted to asp-sql server application. This Access application uses a single form. This form has got a SS number with names and age. The form has two subforms. One of the subform ...
IIS 5 stopped serving pages
Jim Stools -
25 May 2006 2:40 PM - 3 messages
Server 2000 IIS 5 The server stopped serving pages on all the web sites: The Following error message: The page cannot be found HTTP 404 - File not found Internet Information Services I checked the web sites under IIS and they are running. I've re-booted the ...
Fre dynamic convert of HTML page to PDF?
Sugapablo -
25 May 2006 2:12 PM - 3 messages
Are there any free/open source ASP solutions that will allow you to dynamically convert an HTML page to a PDF? What I'd like to do is include a "Convert to PDF" button on a .asp page that will convert whatever is there to a PDF. ...
Forms Help
EA -
25 May 2006 11:23 AM - 2 messages
Apologies if this is the wrong newsgroup - if I could be directed to the right forum I will happily re-post. I am trying to create a page with a drop-down select upon it. When the user clicks on a selection I want a new frame to appear with a new URL ...
Possible to write an image to a file?
nospam -
25 May 2006 8:39 AM - 7 messages
Using the HttpRequest object to gather material (potentially from an external server), is it possible to write the response stream into which ever file type is required e.g. I request not just text, but an image - is is possible to write the image to file? Or is this just not possible? I can ...
? for string, inserting a vbcrlf every N characters, or improving the behavior of MSXML
Ken Fine -
24 May 2006 9:45 PM - 2 messages
I'm using ASP VB. I want to insert a VbCr or a VbLf into a declared string every N characters. FWIW, I want to do this because of an apparent limitation in MSXML2, which I am using to "scrape" data from webpages that I ...
Anonymous vs NT logon
Fred -
24 May 2006 5:08 PM - 2 messages
If I select Anonymous in IIS under Security for my application and provide a user other than IUSR which has permissions to create folders, etc. on another server, I am able to create the folder I need. However, if I don't select Anonymous, and my NT logon is a user with permissions to create folders on the other server (found in Request.ServerVariables("LOGON_USER")), the applcation fails and I get a "Permission denied" error on the line of code where I tried to create the folder. Same code, just not selecting Anonymous. ...
paging folders
Eugene Anthony -
24 May 2006 1:59 PM - 5 messages
The code bellow will display a list of folders in a directory. Now lets say I have 20 folders, I want to display the first 10 folders, then display another 10 folders just like the paging concept how is it done? ...
ASP Type mismatch error with SELECT...FOR UPDATE statement
Steve -
24 May 2006 12:36 AM - 20 messages
ASP error number 13 - Type mismatch with SELECT...FOR UPDATE statement I got ASP error number 13 when I use the SELECT...FOR UPDATE statement as below. However, if I use SELECT statement without FOR UPDATE, it is fine and ...
Freeze Table Headers.
Nico VanHaaster -
23 May 2006 10:15 PM - 14 messages
Hello all. There is what i would like to do, I have a page that pulls all the hours for our staff over a given period calculated them and reports back on 15 different colums and is aproximatly 500 individual rows of ...
how to copy files from web server to client
zerbie45 -
23 May 2006 7:48 PM - 7 messages
Hi all, I need to know if, and how, it is possible to use ASP to download a file automatically from the web server to the client in a given path. Is that possible ? Ideally I want a page with a link that when pressed ...
hyperlink in asp
Jeff -
23 May 2006 7:42 PM - 16 messages
Hey gang. i have this coming from access db. how can i get that to make a hyperlink clickable as well?? Thanks ...
Process a CSV File in ASP.
MN -
23 May 2006 6:20 PM - 4 messages
Hello all - I'm hoping that someone knows the answer to this as I have not done this in ASP before. Basically, I need to select a csv file from my desktop through the "Browse.." button in my ASP page and upload the file and do further ...
®_vs._?_question
Roy -
23 May 2006 5:43 PM - 12 messages
Does anybody have any idea why 2 identical classic asp pages, hitting the same Oracle schema, but deployed on 2 different servers will render the registered trade mark differently? Example: PROTONIX® get displayed when calling the page deployed on server A, while ...
A weird one...
nospam -
23 May 2006 3:09 PM - 3 messages
I need to download an rss feed on a regular basis that is embedded only in javascript (external website) and store it on my webserver's hard drive someplace. The code goes like this: <script language="javascript" type="text/javascript" ...
ASP.NET Session ID
Erik -
23 May 2006 1:30 PM - 2 messages
Hi, i'm using a script to open a Dialog window by window.open(); in order to transfer data i'm using the Session object from the child to the parent. The problem is that in IE6 when the child window is opened, the SESSION ID ...
How to force download ?
fredda054 -
23 May 2006 1:14 PM - 3 messages
Hi ! I have a problem with downloading csv files from a web app. The files get created in the right directory, so I know they're there. I get the error "The page cannot be found" when I click the download ...
Strange error
PW -
23 May 2006 1:06 PM - 3 messages
I have an ASP that is gathering values (Activities) from the previous ASP. Depending on what Activities the user selects, dictates what will be displayed by the subsequent ASP. If you notice in the below code segment, if the response.end is commented ...
ASP Error
Stan Sainte-Rose -
23 May 2006 11:09 AM - 5 messages
Hi, I've just installed vs2005 and I have some problems to handle errors from my old asp pages. Before, IIS 6 told me on which line the error occurs, and right now I only get an 500 error page. ...
Need help with asp scripting!
freemann -
22 May 2006 5:44 PM - 18 messages
Can anyone provide example code showing how to send form results to a results page, email and a comma delimited file? Notice that I need it going to all three locations. Details: I have forms created and working. The first form the user fills out ...
I want to get the number IP
David Velazco -
22 May 2006 5:41 PM - 2 messages
Hello Everybody, I want to have the address IP of the client's machine. I have made this. <b>Your IP address is:</b> <%Response.Write(Request.ServerVariables("remote_addr"))%> </p> but It give me the address of my host I wish I have IP of the machine ...
Database Hit compared to ASP include?
@sh -
22 May 2006 2:45 PM - 15 messages
Guys, We're in the midst of building a new site and have some decisions to make RE the meta data, i.e. Title, Keywords and Description. We need to allow other non development staff to update such fields, there ...
How Excel file is generated?
Abhishek -
22 May 2006 12:05 PM - 2 messages
Hi, I am exporting data from ASP page to an excel sheet using the following code. Response.AddHeader "Content-Disposition", "attachment;filename=ExcelView.xls" Response.ContentType="application/vnd.ms-excel" I have two questions. 1. How the excel file gets created on the server before it is sent to the ...
Multiple Forms
Prabhat -
22 May 2006 10:18 AM - 5 messages
Hi Friends, Can I have one page "prod.asp" with 2 forms (form1 with ONE Submit Button and form2 with 2 submit buttons) submiting to same page "prod.asp" again? Thanks Prabhat ...
Sending Extra Value to ComboBox
Prabhat -
22 May 2006 7:37 AM - 3 messages
Hi all, I have one combobox where I want to display Name of the Products that are loaded in the collection object. But I am able to send only ID and Name of the Product where ID is the value of the option tag and products name is the ...
Advice Please.
malcolm -
21 May 2006 6:04 PM - 4 messages
The following code <asp:Label id="lblInvalid" runat="server" /> Is it AUtomatically generated within ASP.NET ? Or can it aslo be replicated within ASP? Mal ...
ASP/Word Label Automation
davidjohnlong -
21 May 2006 9:28 AM - 2 messages
Hi, I'm about to create an ASP script which will essentially parse SQL tuples (rows) into a Word file, creating labels, although would need to use the pre-defined label templates within word. Can anyone direct me in the right direction? ...
asp code not working
Westley -
21 May 2006 4:08 AM - 7 messages
I'm using windows server 2003 and can't get asp to work. I have IIS and ASP service enabled. I know this is asked a lot. I checked other threads and tried everything everyone suggested, but still can't get it to work. ...
|
|||||||||||||||||||||||