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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 11660 - 11689 of 12403   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
11660
When I run my query it gives me that result. I want to add one more variable Notes into it. Here maxine has 3 Ace Award with 3 different notes (Means three ...
Kathy Iwasik
girl_moon_godess@...
Send Email
Jul 5, 2006
3:59 pm
11661
[cross-posted] Hi all, I just had a meeting this week with a prospective client, has who evidently (and legitimately) been shopping around. They asked why I...
Moshe Tapnack
tapnack
Offline Send Email
Jul 5, 2006
11:27 pm
11662
This is an SQL question, not an ASP question. You might get a better answer on an SQL list. To do what you want, you'd need the text equivalent of the Sum...
David Smart
smartware_co...
Offline Send Email
Jul 6, 2006
10:06 am
11663
My feelings are two parts: 1). As long as Microsoft supports it, as they might start releasing servers that will not support classic ASP. As with the newer ...
Mills, Andy R. (Regen...
mtdewisgreen
Offline Send Email
Jul 6, 2006
11:55 am
11664
Is it possible to make a user-defined function and have it available to all scripts on the machine? I have a few that I use quite a bit, and would like to...
Chris Hagwood
chris_hagwood
Offline Send Email
Jul 6, 2006
1:19 pm
11665
Chris: What I have done for this is create a file called GlobalFunctions. Then: simply include that on every page that will need access to the functions. Or...
Mills, Andy R. (Regen...
mtdewisgreen
Offline Send Email
Jul 6, 2006
1:39 pm
11666
I hear you, Andy. 1 definitely make sense. With 2 - from my experience, most customers just don't care, as long as you get the job done! This particular...
Moshe Tapnack
tapnack
Offline Send Email
Jul 6, 2006
1:40 pm
11667
Thanks. I do use includes to get the functions, and was just hoping there was something else I could try. ... [Non-text portions of this message have been...
Chris Hagwood
chris_hagwood
Offline Send Email
Jul 6, 2006
2:30 pm
11668
Just my 2 cents: Classic ASP died as soon as ASP.NET 1.0 was released. Microsoft will support Classic for a long while yet just for the backwards compatibity...
pogowolf
Offline Send Email
Jul 6, 2006
2:38 pm
11669
I'm hoping for 3 more years. I do mostly customizing of medium biz applications and the vendors don't seem to be in a rush to go to .NET. Plus, there's the...
Christie Mason
cmasonvargas
Offline Send Email
Jul 6, 2006
2:47 pm
11670
What happened to Chilisoft? Did Sun buy them out?...
Gary Broyhill
broyhillg
Offline Send Email
Jul 6, 2006
7:19 pm
11671
Hi there: I have down loaded a sample file that upload files. However, on my local machine using localhost as the server it works fine. But when I move the...
dohdoh2006
Offline Send Email
Jul 6, 2006
10:03 pm
11672
... Yes....
Shawn K. Hall
shawn_ra
Online Now Send Email
Jul 6, 2006
10:27 pm
11673
Hi Andy, ... Server-side code is never transmitted to thee client - only the output is. Functions that are never called (even if they have mixed-context ...
Shawn K. Hall
shawn_ra
Online Now Send Email
Jul 6, 2006
10:30 pm
11674
I take issue with some of these statements. Don't take this personally, Pogo, it is not intended as an attack, you just happened to bring up several common...
Shawn K. Hall
shawn_ra
Online Now Send Email
Jul 7, 2006
12:23 am
11675
Hi, My name is Andy, Im a long time Access and VB developer, but am rather new to ASP. I have a page I am working on that has 2 <SELECT> drop down boxes. First...
Andy AKA Stix
mrstix_au
Offline Send Email
Jul 7, 2006
10:48 pm
11676
which one? stuart ... my ... when I ... that ... file...
Stuart Steele
stuartdsteele
Offline Send Email
Jul 7, 2006
10:56 pm
11677
I won't take the statements personally, Shawn. But I will defend my thoughts. =) RE: 'Classic ASP died as soon as ASP.NET <http://asp.net/> 1.0 was ...
pogowolf
Offline Send Email
Jul 7, 2006
10:59 pm
11678
If your serious about putting global funcions on your site, you sould look at moving the code to a dll/Com object. i did this for couple of projects and the...
Stuart Steele
stuartdsteele
Offline Send Email
Jul 7, 2006
11:02 pm
11679
Hi Andy, ... http://www.atgconsulting.com/triplelist.asp Regards, Shawn K. Hall http://12PointDesign.com/...
Shawn K. Hall
shawn_ra
Online Now Send Email
Jul 8, 2006
12:07 am
11680
Hi Folks I just had a site hacked, and it seems like the folks did some SQL injection to get in thru the front door - the admin access form. With the sql...
Moshe Tapnack
tapnack
Offline Send Email
Jul 10, 2006
8:47 am
11681
Hi, This works fine on your local machine as this file is located in the same path as you are the client and the server. Whereas, if you are trying to load...
pandurangam chekoti
chekoti_pand...
Offline Send Email
Jul 10, 2006
12:49 pm
11682
Andy: This can be done one of two ways, depending upon your preference. I have used both, and have seen both used. One is to set up the first select box to...
Mills, Andy R. (Regen...
mtdewisgreen
Offline Send Email
Jul 10, 2006
6:19 pm
11683
It all depends on what pre-processing/validation you are doing on x_user and x_password before incorporating them in the SQL statement. Unless you are...
David Smart
smartware_co...
Offline Send Email
Jul 12, 2006
12:30 am
11684
Hi Dave, Until now, actually, all I had there was a trim :( ... From: active-server-pages@yahoogroups.com [mailto:active-server-pages@yahoogroups.com] On...
Moshe Tapnack
tapnack
Offline Send Email
Jul 12, 2006
6:31 am
11685
Hi Moshe, ... This ought to work: Put anything in the username box and this for the password (the stuff between the doublequotes): "' OR 1=1 OR ''='" Regards, ...
Shawn K. Hall
shawn_ra
Online Now Send Email
Jul 12, 2006
7:14 am
11686
Wide open. :-) At the very least, you need to reject quotes, parentheses, equals signs, commas, spaces. But far better is to define a subset of characters...
David Smart
smartware_co...
Offline Send Email
Jul 12, 2006
10:35 am
11687
Using parameterised queries is a lot more secure with regards to SQL injection than concatenating SQL query strings. Dan ... From:...
Dan Powderhill
danaspelite
Offline Send Email
Jul 12, 2006
10:46 am
11688
Yep, thanks Dave. Do you, by any chance, have any such prebuilt functions? Thank again Moshe ... From: active-server-pages@yahoogroups.com ...
Moshe Tapnack
tapnack
Offline Send Email
Jul 12, 2006
10:50 am
11689
Dan - what do you mean by parameterized queries? thanks ... From: active-server-pages@yahoogroups.com [mailto:active-server-pages@yahoogroups.com] On Behalf Of...
Moshe Tapnack
tapnack
Offline Send Email
Jul 12, 2006
10:59 am
Messages 11660 - 11689 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