Search the web
Sign In
New User? Sign Up
AspClassicAnyQuestionIsOk
? 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 8402 - 8431 of 8655   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
8402
Hello, I have worked with sessions in .NET and it is relatively simple. I have a project that I need to do in ASP Classic and was wondering what is a simple ...
mbelcher
AspClassicAnyQuestion...
Send Email
Oct 4, 2008
12:13 am
8403
almost identical in ASP. http://learnasp.com/freebook/asp/statesessions.aspx On Fri, Oct 3, 2008 at 7:13 PM, mbelcher...
Charles Carroll
charlesmarkc...
Online Now Send Email
Oct 4, 2008
12:17 am
8404
As I understand it, ASP sessions are much less scalable and you're subject to serialization (i.e. an object in session can only be used by one thread at a...
Peter Brunone
peter_brunone
Offline Send Email
Oct 4, 2008
12:30 am
8405
Hello, I have worked with sessions in .NET and it is relatively simple. I have a project that I need to do in ASP Classic and was wondering what is a simple ...
mbelcher
AspClassicAnyQuestion...
Send Email
Oct 4, 2008
2:09 am
8406
Add code to a .asp file that checks security level and/or permission level and include it in every page that needs to perform this action.   At this top of...
Mark E
meckeard2000
Offline Send Email
Oct 4, 2008
2:32 pm
8407
Hi, I have created a web page, on which i have not applied javascript checks because anyone can disable javascript on his system, so i used asp classic, I read...
muhammadjubairqazi
muhammadjuba...
Offline Send Email
Oct 7, 2008
1:30 pm
8408
This is javascript and probably where you're experiencing the issue:   <SCRIPT>document. forms.err. submit(); </SCRIPT>   Use a standard HTML submit...
Mark E
meckeard2000
Offline Send Email
Oct 7, 2008
1:47 pm
8409
Sorry, hit something that sent the email early :(   This is javascript and probably where you're experiencing the issue:   <SCRIPT>document. forms.err....
Mark E
meckeard2000
Offline Send Email
Oct 7, 2008
1:49 pm
8410
Is it possible for a long-running SQL query executed from an ASP page to stop and display only the queried result on a time alotted(let's say 1 minute)? In...
goriojuan
Offline Send Email
Oct 8, 2008
6:07 am
8411
For as far as I know this isn't possible. Regards, Mischa Van: AspClassicAnyQuestionIsOk@yahoogroups.com [mailto:AspClassicAnyQuestionIsOk@yahoogroups.com]...
Mischa Kroon
aemca_san
Offline Send Email
Oct 8, 2008
10:23 am
8412
Dear All I've read about "page-break-inside" style and it seems to be exactly what I need. I am working on some report printings, and I need specific table to...
Seetha
poojsee
Offline Send Email
Oct 14, 2008
11:44 am
8413
Hi All, I'm working on a form that is using CDONTS.NewMail for submission. This form has a select box with several options which link to a document that will...
Bob
twingirls1999
Offline Send Email
Oct 15, 2008
1:57 pm
8414
You seem to be getting your other field values (e.g. Email) with the Request.Form object; is Request.Form("Reports") not working? Peter ... [Non-text portions...
Peter Brunone
peter_brunone
Offline Send Email
Oct 15, 2008
2:40 pm
8415
Peter, "Reports" is the name/ID for the select box containing the options within the form called "SpecialReports" If I take out the string statement...
Bob Boisvert
twingirls1999
Offline Send Email
Oct 15, 2008
3:19 pm
8416
Bob, That's my point. You seem to know how to get fields from the form -- i.e. Request.Form(fieldName) -- so why are you trying to use the form name as the...
Peter Brunone
peter_brunone
Offline Send Email
Oct 15, 2008
3:25 pm
8417
Bob,   LIke Peter said, you don't need to use the form name to grab your control value in asp.  Just use the name/ID that you have and it should work fine. ...
Mark E
meckeard2000
Offline Send Email
Oct 15, 2008
3:32 pm
8418
Mark & Peter, Thanks, that did the trick. For some reason I was thinking that the form itself had to reference with the form element being referenced. Thanks...
Bob Boisvert
twingirls1999
Offline Send Email
Oct 15, 2008
3:53 pm
8419
Classification: UNCLASSIFIED Caveats: NONE I know this is an ASP Classic list, but I'm pretty sure a lot of people are also hand coding SQL to get info out of...
Gruber, Jack W SMSgt ...
tschepone
Offline Send Email
Oct 15, 2008
9:02 pm
8420
Sounds like you're going to need a UDF for this. Here's a search that turned up some good results for me: ...
Peter Brunone
peter_brunone
Offline Send Email
Oct 15, 2008
10:10 pm
8421
Just replace sum with count Van: AspClassicAnyQuestionIsOk@yahoogroups.com [mailto:AspClassicAnyQuestionIsOk@yahoogroups.com] Namens Gruber, Jack W SMSgt NGCA ...
Mischa Kroon
aemca_san
Offline Send Email
Oct 16, 2008
12:32 am
8422
Oh; I was thinking he wanted to know how many times the word occurred in each *row* of a particular column. That makes more sense. ... [Non-text portions of...
Peter Brunone
peter_brunone
Offline Send Email
Oct 16, 2008
12:51 am
8423
It can't be that easy....can it? SMS Jack Gruber NCC California National Guard 916-854-3560 ... Sent from my BlackBerry Wireless Handheld ...
Gruber, Jack W SMSgt ...
tschepone
Offline Send Email
Oct 16, 2008
12:55 am
8424
Dang, it was that easy. Hours of frustration resolved in a few seconds. SMS Jack Gruber NCC California National Guard 916-854-3560 ... Sent from my BlackBerry...
Gruber, Jack W SMSgt ...
tschepone
Offline Send Email
Oct 16, 2008
12:57 am
8425
New question. I need to COUNT and sum a couple of columns to get a complete count of how many times 'chicken' shows up. I have no clue where to begin. SMS Jack...
Gruber, Jack W SMSgt ...
tschepone
Offline Send Email
Oct 16, 2008
1:10 am
8426
SELECT ((SELECT COUNT(Meal) FROM ChickenTable WHERE ChickenField1='Chicken' AND ChickenField2='Chicken') + (SELECT COUNT(Meal) WHERE ChickenField1='Chicken'...
Peter Brunone
peter_brunone
Offline Send Email
Oct 16, 2008
2:19 am
8427
Err Maybe: Select (Select count (id) from chickentable where field1='chicken') + (Select count (id) from chickentable where field2='chicken') If that doesn't...
Mischa Kroon
aemca_san
Offline Send Email
Oct 16, 2008
12:12 pm
8428
Same idea; slightly different logic (i.e. mine was a bit more contorted... and yes, I spotted the syntax error in one of my subqueries). I got the impression...
Peter Brunone
peter_brunone
Offline Send Email
Oct 16, 2008
2:29 pm
8429
Hello, I am new to asp. I need to pass a variable demo through different pages. How do I create a session variable for it and where do I place it. I need to...
oceanbalance2
Offline Send Email
Oct 26, 2008
5:43 pm
8430
http://www.learnasp.com/freebook/asp/statesessions.aspx...
Charles Carroll
charlesmarkc...
Online Now Send Email
Oct 26, 2008
5:52 pm
8431
weezid wants to talk with you using Yahoo! Messenger: Accept the invitation by clicking this link: ...
weezid@...
weezid
Online Now Send Email
Oct 28, 2008
11:54 am
Messages 8402 - 8431 of 8655   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