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.

Messages

  Messages Help
Advanced
Messages 12352 - 12381 of 12381   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
12352
Hi Scott, ... I saw something like this on one of my servers a couple months ago after an IIS update. It was being triggered because the specific user only had...
Shawn K. Hall
shawn_ra
Offline Send Email
Dec 20, 2007
10:13 pm
12353
excellent thought. I will have to look at the IIS account. I do know that there are not multiple connection requests on a single page, but there may be several...
Scott McDonald
voxecho
Offline Send Email
Dec 20, 2007
10:18 pm
12354
Anyone using or plan on using Visual Studio 2008? I just found out Microsoft has dropped support for code syntax coloring of classic ASP pages (VBScript). What...
Matías Niño Lis...
man95002
Offline Send Email
Jan 12, 2008
1:45 am
12355
Hello, Is it possible to create and save a file with asp? For example, could I create a form and save the results as a new file somewhere for me? Thanks, Pam...
Pam
pamspen1
Offline Send Email
Jan 12, 2008
9:03 am
12356
Yes it is possible. You will need a directory on your server somewhere that has write permissions for the IUSR user. Do a google search on FileSystemObject ...
mark wills
markrobertwills
Offline Send Email
Jan 12, 2008
10:08 am
12357
Thanks Mark. Knowing what you are looking for is often half (or more) the battle. That gives me a good place to start. Pam ... ght;padding-right:.5em;}...
Pam
pamspen1
Offline Send Email
Jan 13, 2008
6:55 am
12358
Hi, I need help with filling large data (3000+) in DDLB . Is it possible ? I guess, a drop-down will not work with this large number of options. Well, the...
monikajethi
Offline Send Email
Jan 23, 2008
3:27 am
12359
Google has a lot of links to resources that cover this in ASP.Classic, did you try there? http://www.google.co.uk/search?hl=en&q=type+ahead+list+in+ASP&meta= ...
Powderhill, Dan
danaspelite
Offline Send Email
Jan 23, 2008
9:01 am
12360
Thanks , I checked the google page but all the explanations are for .NET pages. I wanna to it in ASP. DO you think it's possibe? thanks Monika ... ASP.Classic,...
monikajethi
Offline Send Email
Jan 23, 2008
11:13 am
12361
Indeed you are right, my apologies. Having given this further thought, the classic "type ahead" method of implementing this which is usually used with...
Powderhill, Dan
danaspelite
Offline Send Email
Jan 23, 2008
11:36 am
12362
How about an AJAX type solution so you can drill as you type on a field? you can also key it so it only does it after x number of characters.. you need to set...
Stuart Steele
stuartdsteele
Offline Send Email
Jan 23, 2008
3:57 pm
12363
... Look at the client-side source here: http://www.google.com/webhp?complete=1&hl=en The server side source just has to be capable of spitting out a similar ...
Shawn K. Hall
shawn_ra
Offline Send Email
Jan 24, 2008
8:22 am
12364
Just a quick question. I have a family message board system that we just use textarea boxes for inputing the messages, but would like to set it up to use a...
Darth Mikey D
darth_mikeyd
Offline Send Email
Feb 24, 2008
1:01 am
12365
http://www.webwizguide.com/webwizrichtexteditor/ They offer a free version. This is the one I use. ed ... From: active-server-pages@yahoogroups.com ...
Edwin
foulkn
Offline Send Email
Feb 24, 2008
7:20 am
12366
www.unverse.net light simple and easy to implement ( about half the size of web wiz) you have mooch for it but there is some really cool documentation too -- ...
Stuart Steele
stuartdsteele
Offline Send Email
Feb 25, 2008
4:09 am
12367
Anyone done anything to use Google to geocode an address and store it in a Db? I've used geocoder.us and SOAP to do it previously, but not sure how to go...
Chris Hagwood
chris_hagwood
Offline Send Email
Mar 4, 2008
4:36 pm
12368
Has anyone else run into an issue with Blob fields in MySql using the MyODBC connector, where the blob content is all ?????????'s? i've run into it before,...
Scott McDonald
voxecho
Offline Send Email
Mar 12, 2008
8:39 pm
12369
Hi... I can't remember/find the query command to not show duplicates in a RecordSet. I need to query a DB, but only show one record for each address. I THOUGHT...
Dian Chapman
dianchapman
Offline Send Email
Jun 7, 2008
8:54 pm
12370
As USUAL, the minute I ask, I remember/find the answer!<lol> SELECT DISTINCT Address from Members ORDER BY Address Dian ~...
Dian Chapman
dianchapman
Offline Send Email
Jun 7, 2008
9:04 pm
12371
SELECT * FROM MEMBERS WHERE ADDRESS IS NOT NULL ... From: active-server-pages@yahoogroups.com [mailto:active-server-pages@yahoogroups.com] On Behalf Of Dian...
Maria L Gaycheck
rgaycheck
Offline Send Email
Jun 7, 2008
10:50 pm
12372
I've become pretty proficient with ASP. I find coding with it to be nearly as easy as it is to converse with people. It is so simple to learn and to use. I...
Lil Peck
ksquarterhorses
Offline Send Email
Jun 29, 2008
7:30 pm
12373
I think if you intend to do it for a living, then yes, it's essential. I don't do web stuff for a living, so I've never bothered. Like you, I find classic ASP...
mark wills
markrobertwills
Offline Send Email
Jun 29, 2008
8:33 pm
12374
Probably the biggest area of concern will be lack of support for classic ASP.  You're seeing that yourself by stating the lack of material and references on...
Mark E
meckeard2000
Offline Send Email
Jun 30, 2008
11:12 am
12375
I too kick it old school with classic ASP. Which would be better to learn? There are so many coding options out there. What about Php, Ruby and so on... Where...
Maria L Gaycheck
rgaycheck
Offline Send Email
Jun 30, 2008
7:03 pm
12376
If you want to play in the .net arena, I highly recommend picking up one of the ASP.NET Unleashed books by Stephen Walther.  Amazing author and his books are...
Mark E
meckeard2000
Offline Send Email
Jun 30, 2008
7:18 pm
12377
The problem is that Classic ASP is a dead language in the eyes of most web developers and therefor Businesses. There's just SO much more you can do with .NET...
pogowolf
Online Now Send Email
Jun 30, 2008
7:40 pm
12378
Thank you, I guess I have to put down Umbrella Academy and read something more practical... Yes, it is a constant upkeep. Maria ... From:...
Maria L Gaycheck
rgaycheck
Offline Send Email
Jun 30, 2008
7:53 pm
12379
Exactly. I have often felt overwhelmed by the huge number of namespaces and classes in .Net, just like Java! There are plenty of 'Beginning ASP.Net' book...
mark wills
markrobertwills
Offline Send Email
Jun 30, 2008
8:53 pm
12380
I started with Classic ASP. We moved servers - ASP still worked. Then with a re-org, I needed to move my stuff from one server to another. The first 2 use...
Lynn MacFarland
lhmacfarland
Offline Send Email
Jul 12, 2008
2:54 am
12381
Hi. using some sites with the flash player and the jaws screen reader. did install flash 9, but tried loading a basketball game radio station site, and the...
Marvin Hunkin
neilmarvin
Offline Send Email
Oct 19, 2008
1:12 pm
Messages 12352 - 12381 of 12381   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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