Home All Groups Group Topic Archive Search About



Active Server Pages (ASP) Programming Discussion

microsoft.public.inetserver.asp.general
Score content manager
freddy - 12 Mar 2005 7:33 PM - 3 messages
I would like to know how to build a content manager, where do I begin ...
Score Pushing data to web page without refresh
TheFarSeer - 12 Mar 2005 6:53 PM - 2 messages
Hi, i have a server that recieves data often from a third party data provider often.  I would like to PUSH this data to the client webpage, WITHOUT having to force the user to hit refresh or without having to use client side polling ...
Score ASP Tango - OpenSource *free* Template engine for ASP
Andrew Friedl - 12 Mar 2005 6:23 PM - 4 messages
[link] Download, Use, Enjoy ...
Score How can use ASP to read in the ms-word document files the content?
Snke - 12 Mar 2005 3:05 PM - 1 message
How can use ASP to read in the ms-word document files the content, then copy the content to access? I attempt ("word.application") have opened with CreateObject to word document only. Can I use "Find" function to search ms-word content in ASP? ...
Score Validate email address right after exiting text box
Jordan - 12 Mar 2005 1:59 AM - 2 messages
I have about 10 text boxes and "Email_Address" is one of the first boxes.  I would like it so when they exit the Email_Address box it checks to see if it is in the right format before they continue. ...
Score Re: Shopping Cart
FP Guy - 11 Mar 2005 11:31 PM - 1 message
There is a free shopping cart here, and you can try out a demo of it on their site. [link] Michael Paulo Almeida Wrote: > I need a shopping cart that is both free and easy to use, with no > limited ...
Score .Config file usage with Classic ASP and DLL
Carlin Anderson - 11 Mar 2005 8:53 PM - 1 message
I am in the middle of developing a classic ASP interface to a .net based web service, where the programmer has generated a dll to be used by me to use this service (can't use soap for a number of reasons).  His only outstanding ...
Score How can a measure server session memory usage?
Christian Perthen - 11 Mar 2005 7:52 PM - 2 messages
Hi, How can a measure server session memory usage? I have a 20-30 session variables and I would like to know how much they memory they consume then multplied with my projected user load. Thanks Christian ...
Score Newbie Question 2
TenStar - 11 Mar 2005 6:08 PM - 6 messages
I have my Access Database with one table, the table is a link to a text file on one of my servers.  Can this be accessed using my webserver via ASP? ...
Score Newbie Question
Ross - 11 Mar 2005 4:52 PM - 4 messages
HI guys, I''m adding a drop down list to an existing asp page that pulls info from a db. When I click the submit button all the exisiting controls values get sasved into the db but my new control doesn''t. I realise this is a complete newb question but I can''t understand how asp is pushing the data back? ...
Score Dynamically specifying an anchor and name/value pairs
Astra - 11 Mar 2005 3:45 PM - 3 messages
Hi everybody Need your help. I have a DB-extracted list of say 5 items per page, which have links on each one that takes you to more detailed info on the 'clicked' particular item. When you are taken to the more detail page I have a link to take you back to ...
Score Arguments are of the wrong type, are out of acceptable range, or are in conflict with one another ER
SyrUser03 - 11 Mar 2005 3:30 PM - 3 messages
I am getting this error and I can't seem to figure it out. <% Set cdoConfig = CreateObject("CDO.Configuration")     With cdoConfig.Fields         .Item(cdoSendUsingMethod) = cdoSendUsingPort     ***** ERRORS ON ...
Score Re: MSXML.XMLHTTP / ASP Page / Session
chrisgeorgeoliver - 11 Mar 2005 3:03 PM - 3 messages
I'm having the same problem... where do you set the aspsessionid to the xmlhttp obj? right before the send? and what property do you set.. i couldnt find a object model anywhere =/ Manohar Kamath wrote: ...
Score Re: MSXML.XMLHTTP / ASP Page / Session
chrisgeorgeoliver - 11 Mar 2005 3:03 PM - 1 message
I'm having the same problem... where do you set the aspsessionid to the xmlhttp obj? right before the send? and what property do you set.. i couldnt find a object model anywhere =/ Manohar Kamath wrote: ...
Score CDO Through IIS or Exchange?
Drew - 11 Mar 2005 2:56 PM - 5 messages
I am trying to configure CDO at my facility and wonder if I should use it through IIS or our Exchange server?  Can anyone point me in the right direction?  We are using Windows 2000 Server with IIS and Windows 2000 ...
Score GUIDs
Roland Hall - 11 Mar 2005 2:20 PM - 9 messages
Would a GUID be a good idea to use for a random generated account code.  The user will be given a link to pass the GUID and then be prompted for a password. Ex. [link] ...
Score Get user details ASP/LDAP/WINNT
A Lake - 11 Mar 2005 12:33 PM - 3 messages
Hi, I'm trying to get a very simple task to work. Using the users login name (gained from IE) I want to get their full name from AD (Win 2k and 2003 AD domain). I'm using this ASP code on the IIS server: ...
Score EditColumnCommand EditText-Icon with dynamic Path
Georg Fleischer - 11 Mar 2005 10:27 AM - 2 messages
Hello, I have the following problem. I need to insert my global image-path to an icon the EditText Property of my <asp:DataGrid> control. <asp:EditCommandColumn ButtonType="LinkButton" UpdateText='<%=ImgSrc_Update%>' CancelText='<%=ImgSrc_Cancel%>' ...
Score Displaying records in a table
Darren - 11 Mar 2005 7:16 AM - 2 messages
Hi Everyone, This is the problem: I want to display the some records I have gathered in a recordset using a SQL query. I want the table to have 3 cells per row (easy so far). If the recordset happens to contain 15 records, then there are ...
Score Bulk emailing
Tim - 11 Mar 2005 6:36 AM - 2 messages
I need to send an email out to about 800 members of our organization once every month.  I've been using a 3rd party listserver, but that's been cumbersome at best, trying to keep the two email databases in sync and ...
Score Replace non US-ASCII chaacters in a string.
Knud Russell Nex? - 11 Mar 2005 4:11 AM - 2 messages
I need to replace all non US-ASCII characters. What is the easiest way to do this? sample code would be great. "The PayPal website only accepts US-ASCII and 7 non-ASCII German characters. The 7 characters are ä, ö, ü, Ä, Ö, Ü, and ß." ...
Score Need sample form that emails users input
Jordan - 11 Mar 2005 3:46 AM - 2 messages
Is there a sample form that is available that I can use as a template. Something basic like enter name and address then press Submit and it automatically sends me the input: I have seen the link to "How do I send e-mail with CDO?  " but that does not ...
Score Simple CheckBox Question
MarkVan - 11 Mar 2005 2:01 AM - 4 messages
I am pretty new to ASP. HTML Page <input type="checkbox" name="chkStat" value="" checked>Low ASP Page chkCheck = request.form("chkStat") response.write chkCheck I get nothing?  How do I pass the value of the checkbox from the HTML page ...
Score Cannot open file in virtual directory defined via share
JJA - 10 Mar 2005 9:40 PM - 3 messages
I have 2 web servers both running win server 2003 with iis 6.0. On my PROD server I have a virtual directory called CONV. It points to a folder on the C drive of this PROD server. On my TEST server, I defined a virtual directory called CONV. It points ...
Score URL lenght limit in the GET method exceeded
Marcin Zmyslowski - 10 Mar 2005 9:06 PM - 3 messages
Hello! I have exceeded the length of the URL limit. I have a form where I send data using GET method. Now I have to change method of posting data into POST method. But please tell me how to get data after passing them, ...
Score sending HUGE file to client via Response.BinaryWrite
Zam - 10 Mar 2005 9:04 PM - 3 messages
Hello World, Under Windows 2003 Server. IIS6. The following code working fine for small files, and for files with size about few megabytes. If I am trying to send HUGE file -- about 700 Megabyte -- w3wp.exe eat all memory (I have 1024 megabytes) and all CPU time without positive result. ...
Score search engine safe urls
rob - 10 Mar 2005 6:38 PM - 5 messages
Hey, Has anyone seen a good solution for Search Engine Safe URLs with Classic ASP? I've been looking for a while and short of using the 404 or installing tool on the server I was hoping there might be something else. ...
Score Clasic ASP Connection String
Prabhat - 10 Mar 2005 1:01 PM - 5 messages
Hi All, I have BIG Problem in ASP. I have a ADO Connection that I Want to Connect to DBASE IV Database Located in a Local Networked System. The DBASE Database is located in other system then the IIS System in the ...
Score Re: Get IIS working in XP Home
craigandrow - 10 Mar 2005 11:07 AM - 2 messages
I followed Richard's directions but received HTTP Error 500 when trying to contact http://localhost. The following steps were required: 1) Unchecked "Show friendly HTTP errors" in IE. Bizarrely this provides MORE info to the Event Viewer so you can troubleshoot better. Event ...
Score Binding Treeview in datagrid(ASP.Net(C#))
Banda RamaNarsi Reddy - 10 Mar 2005 9:12 AM - 1 message
Hi, We have a Datagrid and we are using third party tool treeview control. it's like we have to add treeview control in the datagrid dynamically, such that each cell will have a tree structure then we have to populate ...
Score submitting more than one form
Sara - 10 Mar 2005 9:09 AM - 4 messages
Hi all, I don't know if this is possible or if it even makes sense, but this is what I want to do. I have a page with a form to fill in a timesheet for a user. Depending on how many users did a "job", a form will appear on the page for ...
Score Active Directory & web application?
Ola Persson - 10 Mar 2005 7:33 AM - 2 messages
We have developed a web application (Asp 3.0, MS SQL, IIS). The customer wants to connect the web application to there existing Active Directory - so the application can use the same username/password for that application. Is that possibly? ...
Score Multi Page Form
Jishnu - 10 Mar 2005 3:01 AM - 3 messages
HI All,   I am writing a multi page form. I am using hidden input statements to pass my variables between different pages. Now I want to provide a page whereusers can update the previous entered data. The form at this point ...
Score Specify Quality for New Bitmap Object
someone - 10 Mar 2005 12:06 AM - 2 messages
Please bear with me, since I'm an ASP guy, and not a .NET guy. On my site, I dynamically resize/resample images so they're not too large. GetThumbnail resulted in very poor quality, so I create a new ...
Score Unable to open Web project in Interdev
Brent Burkart - 9 Mar 2005 8:14 PM - 2 messages
I have been working with a project in Interdev for some time now.  Today I tried opening my project and I get the following error: "Unable to open Web project 'xxxx'.  Server error: Cannot open "frontpg.lck": no such file of folder.  ...
Score Strange Problem
Jack - 9 Mar 2005 8:07 PM - 1 message
I am trying to debug a if else statement by using the following lines of code If RSreccountCurrentExpense("reccount") < 1 Then Response.Write "Good" Response.End For a particular record,I can see that the if staement condition is satisfed ...
Score Stopping running code at a certain point
Jack - 9 Mar 2005 5:17 PM - 6 messages
Hi, I have a asp page which is pretty long. This consitst of various recordsets. My intention is to stop execution of a code at a cetain point and test one value prior to this point. Is there any way to do this? Thanks in advance. ...
Score ASP Search
JP SIngh - 9 Mar 2005 4:12 PM - 3 messages
Hi All I am trying to build a search results page for the user. In the database we have three tables Employees Empname - Text Fullname - Text Records Id - Autonumber Subject - Text Description - Text Record Dependents RecordId - Integer Username - Text In record dependents there could be multiple values for each recordid ...
Score Redirecting on Failed Image 404
Keith - 9 Mar 2005 2:44 PM - 2 messages
I have some images on a domain ([link] for example). I want to create a sub-domain so that the images will be [link] for example. ...
Score cookies problem
xarrisx - 9 Mar 2005 12:18 PM - 3 messages
Here is my problem! I have page1.asp in webserver1 with this code ----------Page1 in webserver1 <script src=webserver2/page2.asp > </script> <script> document.write("<iframe src=webserver2/page3.asp></iframe>") ...
Score Out of Memory error using a WSC component in ASP page on IIS 5 on W2k Citrix server
Tom Loder - 9 Mar 2005 10:25 AM - 1 message
Can anybody shed any light on this issue ??? Or even ways of temporaily getting around it ??? FISH is an ASP application which uses a WSC object called "finapps.fishapp" to handle the requests to the database. The WSC is created in the GLOBAL.ASA ...
Score Schuedule triggering
Benny - 9 Mar 2005 2:37 AM - 6 messages
Is there a way I can call VB.net code from a stored procedure? I need to schedule a sql job (stored procedure) and in the logic of the stored procedure, I need to call vb.net code to generate a pdf document. ...
Score dictionary within dictionary
Fox - 8 Mar 2005 11:55 PM - 6 messages
Hi, I am working on a project which used dictionaries. I am having to remake part of this and have no experience with the scripting dictionary. I need to see how to create multiple dictionaries within one dictionary. Can someone point me to some ...
Score Transfer .asp page to MS word include images within <IMG> tag
btfbg - 8 Mar 2005 9:03 PM - 3 messages
I am using Response.ContentType = "application/msword" Response.AddHeader "Content-Disposition", "attachment;filename=Letter.doc" to download my asp page to the client.  The download process works great but when I open the .doc file it is missing the image included ...
Score Global Error Trapping
James - 8 Mar 2005 6:20 PM - 2 messages
Is it possible with "classic" ASP to set up a process where anytime someone encounters a server-side error, it will e-mail the error message to me?  I know I've done this with .NET, just can't remember exactly how. ...
Score Small Business SDK and ASP.NET
Izaak - 8 Mar 2005 4:49 PM - 3 messages
Here is the issue. I am creating a module/WebApp that interacts with the new small business accounting 2006 beta SDK. The SDK requires a top level object to be created. I then use the “.login(companyname, database name)” method to login. I can ...
Score table relationships
John - 8 Mar 2005 4:05 PM - 3 messages
I'm trying to normalize my database the best I can this time around and I'm running into some trouble.  I've been avoid normalizing for a long time now because while I know how to normalize, I'm weak on SQL strings so populating ...
Score Absolute/Virtual Path for images
Rob - 8 Mar 2005 3:50 PM - 5 messages
I have a web project that has multiple directories.  Some of the files in different directories use the same include files.  The problem is that these include files also reference an image folder.  I am trying to create an ...
Score Component Needed
Shahid Juma - 8 Mar 2005 3:26 PM - 2 messages
Hi, Has anybody ever used the Crosssoft component ([link])? Is there anything equivalent to it that is free? Thanks for the help, Shahid ...
Score Get Current Windows User
Shahid Juma - 8 Mar 2005 3:23 PM - 4 messages
Hi, Is it possible to get the current user that is logged on to the computer? I want to use this as the basis of my validation on the site instead of asking them to login in again. I know it could be a security issue if they keep the ...
Score MapPath Problem
TheBob - 8 Mar 2005 1:53 PM - 4 messages
I have read all related posts, but still cannot solve my issue. With my database and asp page in the root folder all works fine. <% set conn=Server.CreateObject("ADODB.Connection") conn.Provider="Microsoft.Jet.OLEDB.4.0" conn.open = Server.MapPath ("BillingQueSlim.mdb") ...
Score Generate SQL with a loop...
Øyvind Isaksen - 8 Mar 2005 7:45 AM - 2 messages
Hello! I need to dynamic generate a SQL statement based on how many images a user select to upload. Here you see an example with 2 images. It can be up to 50 images and I dont want to write this lines 50 times since they are almost identical (Example, ...
Score Scheduling ASP Without Cron
steve - 8 Mar 2005 7:41 AM - 1 message
I've seen questions about scheduling ASP scripts posted in this group many times so hopefully this will be useful information to a few people. I just wanted to let you all know that our script scheduling service at [link] has been rewritten from the ground up and is now ...
Score i would like to build a small web page which can be viewed from a mobile device
D.Rudiani - 8 Mar 2005 3:57 AM - 2 messages
Hello, Question - How can i build a simple (Classic) ASP page which can be viewed from a mobile device? Can someone give me an example. & is there any way that i can test these asp pages of mine using some ...
Score admin Control panel
freddy - 8 Mar 2005 2:07 AM - 3 messages
I have to come up with an admin cntrol panel so the staff can change ,update there website as needed. I would like to use asp to create the admin panelor if you guys can tell me of a better way like using php or somthing. How would ...
Score Very strange connection issue
WC Justice - 8 Mar 2005 12:06 AM - 1 message
This website is running on IIS 6, SQL Server 7 back end, asp scripting. It has public and private areas, but uses the same connection scripting throughout the entire site. SET conn = server.createobject ("adodb.connection") conn.open Session("DSN") ...
Score <!--include files - help
Mark - 7 Mar 2005 10:24 PM - 6 messages
Im trying to use the "includes" on an asp file I have one file called services.asp and i've included a footer on this page as PageBot.asp they are both in the root of the site but it doesn't include the contents of ...
Score develop asp.net on remote machine
mike w. - 7 Mar 2005 8:17 PM - 2 messages
Hello,   I've got .Net 2003 installed on my XP Home machine. Since don't(can't) have IIS installed, I've heard you can use a remote machine that has IIS and ..Net to develop an ASP.Net  solution on my XP Home machine. ...
Score Avoidinig globals
Tim - 7 Mar 2005 8:14 PM - 5 messages
Is there a way to force a sub to only use global variables when explicitly told to? I mean that if I forget to dim a a local variable but there is already such a variable in the global scope then my function will use the global ...
Score Couldn't load my asp files on IE6
June - 7 Mar 2005 6:21 PM - 5 messages
Hi, I have a COM/DCOM software which will load some asp files on IE5.0. However, after I have installed IE6, it couldn't work any more. I expect that anything can be loaded on IE5.0, can also be loaded on IE with ...
Score xml, character encoding, asp question
Mark - 7 Mar 2005 5:29 PM - 8 messages
Hi... I've been doing a lot of work both creating and consuming web services, and I notice there seems to be a discontinuity between a number of the different cogs in the wheel centering around windows-1252 and that it is not equivalent ...
Score Re: Indexing Service IIS 5.0 to IIS 6.0
BUHusky - 7 Mar 2005 3:24 PM - 1 message
I have a fix if you are getting the error: Microsoft VBScript runtime error '800a000d' Type mismatch: 'URLEncode' I recently went from Windows Server 2000 to Windows Server 2003 and got this error.  After searching the Internet for more than 4 hours and ...
Score IServerXMLHTTPRequest authentication problem
Lamberti Fabrizio - 7 Mar 2005 2:43 PM - 2 messages
I've an authentication problem with IServerXMLHTTPRequest. I've got two web server named WS_1 and WS_2 part of the same NT domain. On WS_1 I've published on the virtual directory virt1 the asp file example1.asp. On WS_2 I've published example2.asp on the virtual directory virt2. ...
Score Using Virtual Directory to remote folder
Lamberti Fabrizio - 7 Mar 2005 2:05 PM - 4 messages
I've created a medium large library of ASP routine and I've published on a web server part of a NT domain. Now I need to publish this ASP modules on other web servers part of the same NT domain. ...
Score IE DOES NOT SUPPORT COOKIE on WIN2K and XP
krisrajz - 7 Mar 2005 12:21 PM - 9 messages
Please observe the pages below: session1.asp <% Session("test")="TESTING" Response.Redirect "session2.asp" %> session2.asp <% Response.Write Session("test") %> Those pages does not output any thing if I use IE and If I access the pages ...
Score what is the problem with my ASP Code
Paramjeet Singh - 7 Mar 2005 12:20 PM - 3 messages
I was writing data to an html file through the following cide written a file called "append.asp" <% Set MyFileSystemObject = Server.CreateObject("Scripting.FileSystemObject") Set MyTextFile = MyFileSystemObject.OpenTextFile(Server.MapPath("clientlist.htm"), 8, TRUE) MyTextFile.WriteLine("<p>") ...
Score webdav
luis molina Micasoft - 7 Mar 2005 11:47 AM - 1 message
hi i would like to put a link in my site to documents to open them with webdav, i mean i want that a user (logged) opens a document to modify it and save it by webdav, do you have code for it?(vb net, asp net, c#). (im at an ...
Score Memory leak? Private Bytes/Virtual Bytes
Ronald - 7 Mar 2005 11:15 AM - 4 messages
Hi! As I ran in to errors like "Ran out of memory" and "Out of memory" I supposed my website might have memoryleaks. To trace a potential memory leak I isolated the IIS process and monitored the 'Virtual Bytes' and 'Private ...
Score Server.execute problem
PiGei - 7 Mar 2005 11:03 AM - 7 messages
hi all, I'm trying to use server.execute statement to include in an asp page another asp page with a parameter. That's because I've a parametric query in the second asp page and I have to pass the value ...
Score !! DOWNLOAD THE MOST POPULAR 2005's CRACKED SOFTWARE(CAD/CAE/CAM/EDA/GIS/PCB/FEA) !!
cdsoftware - 6 Mar 2005 11:31 PM - 1 message
Our Team provide CRACKED engineering and technical software at this topics: => Civil and Structural => Survey , GIS , Rock , Soil and Water => Architectural => CAD-CAM => FEA , CFD and CAE => Electrical , Electronic , Control and Power => Chemical ...
Score need help : error in asp
moshe - 6 Mar 2005 7:10 PM - 5 messages
after "objConn.execute(sql)" the page got error how can i show the error? there is an Object error ? regards, yuval ...
Score asp displaying long raw field
Bob Bob - 6 Mar 2005 5:27 PM - 4 messages
Hi All, I have an Oracle database which has a field LONG RAW type to store text files.  I'm trying to display the output of this field in ASP but I'm having problems. I've gone through many different approaches but they either do nothing ...
Score Writing cookies from ASP with spaces and hyphens
Robin Briggs - 6 Mar 2005 3:16 PM - 5 messages
Hi. I have an ASP (3.0, not .NET) app that writes cookies with hyphens and spaces in the names and values. If I had the control over the apps that will be looking for these cookies, I would eliminate the special characters, but ...
Score asp displaying long raw field
bob - 6 Mar 2005 2:22 PM - 2 messages
Hi All, I have an Oracle database which has a field LONG RAW type to store text files.  I'm trying to display the output of this field in ASP but I'm having problems. I've gone through many different approaches but they either do nothing or ...
Score ASP extract zip file
Luke Bellamy - 6 Mar 2005 10:23 AM - 2 messages
Hi - I would like to be able to upload (already have this code) a zip file, extract the contents and use the FileSystemObject to process them. Does anyone know of a pure ASP example of how this can be done? any freeware ...
Score Newbie, Language choise in cookie
TNG - 6 Mar 2005 7:42 AM - 3 messages
Hi I'm using this form to send a language choice to my index2 file. But I like also to save the users choice to a cookie, so I can use the language settings in all my other files. How can I do this ? ...
Next »