Search the web
Sign In
New User? Sign Up
AspClassicAnyQuestionIsOk
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 7986 - 8015 of 8655   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
7986
If the html file is testclient.html, try name the other file testclient.asp. You need to post the form on testclient.html to the asp page. Try: <FORM...
James R Smith
jrs_jr
Offline Send Email
Jul 9, 2007
5:40 pm
7987
I'm still fairly new to asp, but looking to try some slightly more advanced programs. A few questions to anybody who can answer any or all of them. Have you...
mccurdy_czz_rob
Offline Send Email
Jul 10, 2007
9:13 pm
7988
Hi Rob, I don't have code for any of these, but if you want to explore any of them further based on what you're already doing, I can try to throw something ...
Peter Brunone
peter_brunone
Offline Send Email
Jul 11, 2007
1:43 am
7989
Hi Rob, if you need any help on mailing from AspClassic then use the file Sending Mail.txt in the files section in the AspClassicAnyQuestionIsOk yahoo group. ...
jubair Qazi
muhammadjuba...
Offline Send Email
Jul 12, 2007
8:04 am
7990
HI - I am going to call around to find an eCommerce site for my company's website and was wondering if any of you had experience in this? I don't know what...
debbi_7
Offline Send Email
Jul 27, 2007
3:22 am
7991
Just call up a tech company you trust, not too big of a company and just drop the inquery there. Most companies who make .asp websites will have had experience...
Mischa Kroon
aemca_san
Offline Send Email
Jul 27, 2007
10:41 am
7992
Hello All, I'm a newbie, i have trouble with make script which can if we type the URL FTP, like ftp.myftpsite.com. There are show the form to identify the user...
murry anto
murry_asp
Offline Send Email
Jul 27, 2007
11:48 am
7993
Hello All, I'm a newbie, i have trouble with make script which can if we type the URL FTP, like ftp.myftpsite.com. There are show the form to identify the user...
murry_asp
Offline Send Email
Jul 27, 2007
11:50 am
7994
You will probably want to use an FTP component to try and make a connection if that works then you can upload the file with the same component. Have a google...
Mischa Kroon
aemca_san
Offline Send Email
Jul 27, 2007
11:58 am
7995
One question about eCommerce systems... Do you move over to eCommerce site to view products or just for purchasing? Or does it depend on the eCommerce System?...
Debbi Osganian
debbi_7
Offline Send Email
Jul 27, 2007
1:03 pm
7996
Ask the pertinent questions about worst case scenarios: That is where they earn there money. What is turn-around time for user complaints? If site goes down,...
Natishin, Steve
stephennatishin
Offline Send Email
Jul 27, 2007
2:26 pm
7997
My questions only need to involve how their site seamingly connects to our site and so forth. someone else handles the other stuff. ... [Non-text portions of...
Debbi Osganian
debbi_7
Offline Send Email
Jul 27, 2007
2:57 pm
7998
In most cases it's best to integrate an ecommerce solution into your site itself and let the combined product be hosted in 1 place. Making the eCommerce part...
Mischa Kroon
aemca_san
Offline Send Email
Jul 27, 2007
3:13 pm
7999
Dear Friends Can anybody help me with this. I have to configure my system so as to send Automatic Email at half an hour duration to specific email ID with...
hemant
hemblast
Offline Send Email
Aug 2, 2007
4:20 am
8000
Action once every half hour. Easiest: use windows scheduler. Then use whatever technology your familiar with to retrieve data and send email. Working with .Net...
Mischa Kroon
aemca_san
Offline Send Email
Aug 2, 2007
9:23 am
8001
Thanks Mischa Kroon This is the solution I used Create a file in notepad name it as xyz.bat @start "" /b "C:\Program Files\Internet Explorer\iexplore.exe"...
hemant
hemblast
Offline Send Email
Aug 3, 2007
5:30 am
8002
has anyone used lookup tables for calculations to speed up processing in classic asp? if so, how did u use them? did u use arrays? thanks....
debbi_7
Offline Send Email
Aug 8, 2007
8:05 pm
8003
I've used cached arrays in the application object. ... From: debbi_7 To: AspClassicAnyQuestionIsOk@yahoogroups.com Sent: Wednesday, August 08, 2007 10:04 PM ...
Mischa Kroon
aemca_san
Offline Send Email
Aug 9, 2007
1:56 am
8004
Dear Friends I have an unique problem in asp. At some point my pages autologs out to the index page. I have checked session variables,checked with...
hemant
hemblast
Offline Send Email
Aug 10, 2007
6:53 am
8005
... Can you explain a little more what you mean with "auto logs out". you also say "to the index page". Does this mean that some page redirects to the index...
Anton Damhuis
antondamhuis
Offline Send Email
Aug 10, 2007
7:50 am
8006
Dear Hemant Please increase the session timeout. May be the session is timing out automatically. ... M.Jubair ...
jubair Qazi
muhammadjuba...
Offline Send Email
Aug 10, 2007
7:55 am
8007
Thanks for that quick reply I have increased the session timeout to 20 min. Also if I am not wrong in Session time out u r not redirect to index page unless u...
HemantGovekar
hemblast
Offline Send Email
Aug 10, 2007
10:18 am
8008
It could be that your application is resetting itself because of memory leaks and stuff like that. Which IIS version are you using ? PS another trick to make...
Mischa Kroon
aemca_san
Offline Send Email
Aug 10, 2007
12:30 pm
8009
For what it's worth, I've seen such a problem on one ASP site I run, though I haven't found the solution yet. In my case the application resets at least twice...
Jeff Wilkinson
jeffwilk4
Offline Send Email
Aug 11, 2007
6:30 pm
8010
Another vote for memory maxed out on the server. Search all createobject's and set to nothing on every site on the server is a good first step. My bet is...
tom m
ttmallard
Offline Send Email
Aug 12, 2007
2:16 am
8011
Dear All Thanks for all the replies. Jefff has the nail hit on the head The same problem he faced is with my site Dear Jeff I would definitely like to see the...
HemantGovekar
hemblast
Offline Send Email
Aug 13, 2007
3:31 am
8012
This sort of problem is usually because IIS / the application is using more resources then it should. Which means there is probabably some bad code in the...
Mischa Kroon
aemca_san
Offline Send Email
Aug 13, 2007
12:17 pm
8013
Dear friends: I have a challenge for whoever can help me. My client wants me to create an ecommerce web site which will allow the user to look up product...
mccurdy_czz_rob
Offline Send Email
Aug 13, 2007
3:29 pm
8014
It can be done. Obstacles in email: 1 Dynamically create dropdownlists in asp 2 Making sure the types only appear if another product has one. problem 1 ...
Mischa Kroon
aemca_san
Offline Send Email
Aug 13, 2007
3:59 pm
8015
I'm a little short on time, but couldn't you just query the database for all product types and loop through the resulting recordset to create all your option...
Peter Brunone
peter_brunone
Offline Send Email
Aug 13, 2007
4:03 pm
Messages 7986 - 8015 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