Search the web
Sign In
New User? Sign Up
active-server-pages · Active Server Pages Developers' List
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 11996 - 12027 of 12403   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
11996
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...
Malcolm
malcomalco
Offline Send Email
Mar 3, 2007
5:29 pm
11997
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 K. Hall
shawn_ra
Online Now Send Email
Mar 5, 2007
11:11 am
11998
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...
Malcolm Riviera
malcomalco
Offline Send Email
Mar 5, 2007
5:48 pm
11999
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...
Ehtisham
thereadg
Offline Send Email
Mar 9, 2007
5:29 pm
12000
Hi Ehtisham, ... Excel provides a lot of functionality besides simply tabular data. It also provides field formatting (borders, colors, font styles), formulas,...
Shawn K. Hall
shawn_ra
Online Now Send Email
Mar 10, 2007
8:48 pm
12001
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...
Madòrick
madorick
Offline Send Email
Mar 11, 2007
11:07 pm
12002
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...
Shawn K. Hall
shawn_ra
Online Now Send Email
Mar 11, 2007
11:27 pm
12003
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...
John Kennedy
jkennedy2491
Offline Send Email
Mar 14, 2007
11:27 pm
12006
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 ...
Shawn K. Hall
shawn_ra
Online Now Send Email
Mar 15, 2007
10:33 pm
12007
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@...
Send Email
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...
Shawn K. Hall
shawn_ra
Online Now Send Email
Mar 18, 2007
1:43 pm
12009
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@...
Send Email
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...
Shawn K. Hall
shawn_ra
Online Now Send Email
Mar 19, 2007
7:35 am
12011
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@...
Send Email
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 ...
Shawn K. Hall
shawn_ra
Online Now Send Email
Mar 20, 2007
9:04 am
12013
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...
Kirpa Mehta
kirpa226
Offline Send Email
Mar 22, 2007
7:02 pm
12014
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...
enjoywithneha
Offline Send Email
Mar 22, 2007
7:02 pm
12015
Is this what you mean - <select name="myDropDown"><option></option></select> <% dropDownValue = request.form("myDropDown ") %> Moshe ... From: Kirpa Mehta Hi:...
Moshe Tapnack
tapnack
Offline Send Email
Mar 22, 2007
7:17 pm
12016
http://www.google.com/search?q=upload+with+asp ... From: active-server-pages@yahoogroups.com [mailto:active-server-pages@yahoogroups.com] On Behalf Of...
Moshe Tapnack
tapnack
Offline Send Email
Mar 22, 2007
7:18 pm
12017
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...
Kirpa Mehta
kirpa226
Offline Send Email
Mar 23, 2007
2:15 pm
12018
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: <% ...
enjoywithneha
Offline Send Email
Mar 23, 2007
10:17 pm
12019
... 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...
Shawn K. Hall
shawn_ra
Online Now Send Email
Mar 24, 2007
11:19 pm
12020
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 ...
Shawn K. Hall
shawn_ra
Online Now Send Email
Mar 24, 2007
11:24 pm
12021
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...
angel_xpmx
Offline Send Email
Mar 25, 2007
9:25 am
12022
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@...
Send Email
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...
Rahman, Moklesur
moklesurr
Offline Send Email
Mar 27, 2007
4:33 am
12024
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...
Moshe Tapnack
tapnack
Offline Send Email
Mar 28, 2007
6:15 pm
12025
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...
Moshe Tapnack
tapnack
Offline Send Email
Mar 28, 2007
6:19 pm
12026
Can you show the code you're using to get the value from the database? Ray at home From: active-server-pages@yahoogroups.com ...
Ray at home
ray_at_place
Offline Send Email
Mar 29, 2007
6:57 am
12027
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:...
Moshe Tapnack
tapnack
Offline Send Email
Mar 29, 2007
8:24 am
Messages 11996 - 12027 of 12403   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help