Search the web
Sign In
New User? Sign Up
AspClassicAnyQuestionIsOk
? 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 7935 - 7964 of 8655   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
7935
Our company is in the central of California, Silicon Valley. We are needing Asp and VB.net programmers as soon as possible. If you're interested, please...
tuyetmai_vu05
Offline Send Email
Mar 6, 2007
9:25 pm
7936
Hi, Please find my CV attached. Regards, Balaji On 06 Mar 2007 13:25:41 -0800, tuyetmai_vu05 <tuyetmai_vu05@...> ... -- Balaji V [Non-text portions of...
Balaji vishnubhotla
urs_balu
Offline Send Email
Mar 8, 2007
10:24 am
7937
I am using Persits mail software to send mails in asp. Following is my code: Set Mail = Server.CreateObject("Persits.MailSender") Mail.Host = "xyz.com" '...
Tech
dips255
Offline Send Email
Mar 20, 2007
11:50 am
7938
My guess is that your local machine does not have access or rights to the SMTP server. ... From: Tech To: AspClassicAnyQuestionIsOk@yahoogroups.com Sent:...
Bob Filipiak
bobfilipiak
Offline Send Email
Mar 20, 2007
12:49 pm
7939
... In asp, iterate over keywords and use query: select * from table where name like '%:key2:%' Jim ... -- Jim Smith smithjim@... [Non-text portions of...
James R Smith
jrs_jr
Offline Send Email
Mar 23, 2007
2:11 am
7940
What do you mean when you say it hangs? 404 error? 500 error? Place a test HTML page in the folder to make sure you have the correct IIS setup. Once you know...
James R Smith
jrs_jr
Offline Send Email
Mar 23, 2007
2:11 am
7941
How are you storing the state? Perhaps you should kill the cookies as well as session.abandon. Do you check on the default page to make sure they are logged...
James R Smith
jrs_jr
Offline Send Email
Mar 23, 2007
2:11 am
7942
I wanted to share with the group a few good SharePoint resources as it is becoming more and more important that programmers know this excellent...
Charles Carroll
charlesmarkc...
Offline Send Email
Mar 23, 2007
1:24 pm
7943
Is it possible to use local machine itself as an smtp server, it so can you please guide me how to cofigure it. ... to the SMTP server. ... error "Software ......
Tech
dips255
Offline Send Email
Mar 25, 2007
8:30 am
7944
Goto IIS. Goto SMTP service ( name might differ in different versions of IIS ) Press the play button. Other things to take into account: Ports used, open up...
Mischa Kroon
aemca_san
Offline Send Email
Mar 25, 2007
1:19 pm
7945
I would like to know how to disable to watch video online rather than to download it from their own PC. When i click on the link below it's automatic to watch...
dan_ho73
Offline Send Email
Mar 26, 2007
3:42 pm
7946
I have a page on which after some processing I am redirecting it to another page. I want some hidden form fields to be passed on to next page, but using...
Tech
dips255
Offline Send Email
Mar 27, 2007
4:49 am
7947
Thanks, I am able to send mails through my local machine. ... IIS ) ... world for SMTP. ... everybody in the world can use your computer to relay spam :) ... ...
Tech
dips255
Offline Send Email
Mar 28, 2007
5:23 am
7948
Thanks, I am able to send mails through my local machine. ... IIS ) ... world for SMTP. ... everybody in the world can use your computer to relay spam :) ... ...
Tech
dips255
Offline Send Email
Mar 28, 2007
5:26 am
7949
http://www.charlescarroll.com/chaz/site/4295/default.aspx summarizes the FREE ASP stuff I know about for people maintaining or adding to ASP apps or rewriting...
Charles Carroll
charlesmarkc...
Offline Send Email
Apr 19, 2007
4:50 pm
7950
I am trying to send email using asp code with following as message body: strBody="<H1><B>THIS IS TEST EMAIL</B></H1>"&_ "<form name=form method=post action=url...
Tech
dips255
Offline Send Email
Apr 20, 2007
9:40 am
7951
Hi, I found this cool code to reorder iin a Listbox using client and server scripts. Except, I don't know how to set this up on my website. I have the...
ljuliusson1
Offline Send Email
Apr 20, 2007
11:50 am
7952
Hi Iam facing problem while uploading files in Classic ASP. There is ASP page Im uploading couple of files whose data is 5MB. I cannot uplod files with more...
amniss7
Offline Send Email
Apr 20, 2007
2:00 pm
7953
Check that HTML mail is enabled, under the format menu, if not it won't work. Also, are you encrypting the hidden value? Source code is easy to get to in ...
tomm
ttmallard
Offline Send Email
Apr 20, 2007
2:29 pm
7954
I am stumped! ... the ... [i]...
ljuliusson1
Offline Send Email
Apr 20, 2007
8:27 pm
7955
hi everyone, can anyone give me the script for uploading images in database using forms and asp in ms access. I got a script using aspSmartUpload component but...
amit kapoor
kapoor_a2004
Offline Send Email
Apr 21, 2007
10:38 pm
7956
Yes, the mail format is html. Actually I want to put a link at the end of email body for unsubscibing from the mailing list for which I need loginid and email...
Tech
dips255
Offline Send Email
Apr 25, 2007
12:19 pm
7957
I want to create a word document with header and footer using asp. I am using following code. filename="buyerConfirmation.doc" set...
Tech
dips255
Offline Send Email
Apr 25, 2007
12:33 pm
7958
Hmmm, having login credentials being passed is a bad idea, they are in clear text and therefore should be sent encrypted at the very least. Not certain why it...
tomm
ttmallard
Offline Send Email
Apr 25, 2007
1:51 pm
7959
Ok, I'll try using a link with unique querystring. This is a better idea. Thanks. ... are in clear ... messing with ... unique ... done. ... data using ... so...
Tech
dips255
Offline Send Email
Apr 26, 2007
6:14 am
7960
Hi All, i have a web application in classic asp. it was working fine from last few months but recently its start throwing error for "system resources...
Anurag Sharma
anurag_3dec
Offline Send Email
May 16, 2007
3:44 am
7961
http://learnasp.com/freebook/asp/errormore.aspx especially the undocumented logging features Also are you doing any of this with session? ...
Charles Carroll
charlesmarkc...
Offline Send Email
May 16, 2007
5:04 am
7962
Dear friends, Please any one send me link for ASPSimpleUpload coding. Thanks ghani ... Office firewalls, cyber cafes, college labs, don't allow you to download...
KATHER MOHIDEEN
rose_child007
Offline Send Email
May 16, 2007
8:00 pm
7963
http://www.google.com/search?hl=en&q=aspsimpleupload+examples&btnG=Search ... From: KATHER MOHIDEEN To: AspClassicAnyQuestionIsOk@yahoogroups.com Sent:...
Mischa Kroon
aemca_san
Offline Send Email
May 16, 2007
10:43 pm
7964
need help on conversion from html/text to pdf using classic asp. I am not using any components, any help will be appreciated. thanks in advance...
muhammadjubairqazi
muhammadjuba...
Offline Send Email
May 25, 2007
2:14 am
Messages 7935 - 7964 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