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...
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...
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...
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...
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 ...
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;}...
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...
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= ...
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,...
Indeed you are right, my apologies. Having given this further thought, the classic "type ahead" method of implementing this which is usually used with...
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...
... 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 ...
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...
http://www.webwizguide.com/webwizrichtexteditor/ They offer a free version. This is the one I use. ed ... From: active-server-pages@yahoogroups.com ...
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 -- ...
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...
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,...
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...
SELECT * FROM MEMBERS WHERE ADDRESS IS NOT NULL ... From: active-server-pages@yahoogroups.com [mailto:active-server-pages@yahoogroups.com] On Behalf Of Dian...
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...
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...
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...
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...
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...
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...
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...
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...
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...