I found this wonderful scrip for Classic ASP on codebeach.com, but would like to make a change to it and I'm stumped. The script takes an RSS feed and writes...
Hi Malcolm, ... The easy way would be to use a counter inside and "exit for" when the counter meets your value. If it never makes it that far (four items and ...
Shawn thanks! That's what I needed! I did make a slight change for it to work. I moved the counter back so that it kicks in right after "For Each item in...
Hi:Can any one please tell me how to convert excel file into a text file thru ASP Program? Also is it possible that i read the values from the converted text...
Hi Ehtisham, ... Excel provides a lot of functionality besides simply tabular data. It also provides field formatting (borders, colors, font styles), formulas,...
I know this might not be the exact purpose for this group but ASP may be the only solution...... Within a frameset I have a bunch of buttons directed at the...
Hi Madòrick, ... You have two options. First, you could layout your framesets so that the two frames you may want to affect are within a single frame of the...
I've been working on a web application that needs to print to a preformatted form on a dot matrix printer. The server said of the app is done in C#; I know...
Hi John, ... The ActiveX doesn't need to be in .net. It can be in any language that can talk to the server (VB, C++, .NET). If you can get the print ...
Hi: This is the site which gives information about social security Death index search. Is there any way i can pass the social number directly thru ASP program...
Kathy Iwasik
girl_moon_godess@...
Mar 18, 2007 12:10 pm
12008
Hi Kathy, First, read the terms of use and acceptable use policy: http://www.rootsweb.com/rootsweb/aup.html If you violate their terms you can be sued - and I...
Thanks Shawn. Can you please tell me how to use FSO to save the contents of the page on my computer? Thanks. ... <% Function PostURL(sURL, aPostData) sURL =...
Kathy Iwasik
girl_moon_godess@...
Mar 19, 2007 12:41 am
12010
Hi Kathy, ... Again, before you consider writing the data to a file, know that it will add a potential security hole for attackers. Especially if the directory...
The program works fine but is it possible that i pass a list of socials into it and then i get data in a textfile with three information Name, Birth and Death?...
Kathy Iwasik
girl_moon_godess@...
Mar 19, 2007 10:08 pm
12012
Hi Kathy, ... Yep. You can use enumeration to collect separate SSNs and then process them each one by one. You can also parse the resulting data based on the ...
Hi: Can any one please tell me how to I the pull information from the HTML listbox? Thanks, Kirpa ... It's here! Your new message! Get new email alerts with...
I am building a LAN based website for the conduction of a contest. Now what we need is that the contenders must submit there entries through the site by...
Is this what you mean - <select name="myDropDown"><option></option></select> <% dropDownValue = request.form("myDropDown ") %> Moshe ... From: Kirpa Mehta Hi:...
Hi: Can any one please tell me how to i get the my document path infor of user computer thru ASP code. I try the VB6 code but it dont work their? Thanks. Dim...
I have been connecting database with my asp pages since a long time but this time when I was using dreamweaver I had a problem. Here goes the code: <% ...
... This list does not allow HTML, so you're going to have to be a little more specific. ;) ... Dreamweaver does NOT have perfect asp.net interpretation. In...
Hi Kirpa, ... No, it won't. My Documents only "exists" for a logged in user. Since ASP runs in IIS, it's running in a service context and My Documents doesn't ...
Hi, I would like to know how can I create thumbnails on the fly without using a dll/component, currently I am using aspSmartUplaod for uploading images to my...
Hi: Can you please tell me why it gives that error? I am sorry i post this question before as i just try to pull data thru query. Thanks, Anna. Error Error...
Kathy Iwasik
girl_moon_godess@...
Mar 26, 2007 12:33 am
12023
All, I am having problem with a template field in a DetailsView control. In Edit mode the field will be a dropdown list. The problem is that I can not specify...
Hey folks, This is a bit if a strange one, so bear (spelling?) with me I have an MSSQL-2000 db. Fairly simple setup. Records refer to file names that have been...
Just some extra info - In Management studio (EM) - if I cut the filename - ie the complete field content, update And then paste it in again , and update...
Thanks Ray, Just found the solution. Turned out to be I was using a binary request function, When it didn't need to be Thanks anyway! Moshe ... From:...