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 1327 - 1356 of 8655   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1327
Hi Ahmed, ... I don't think it's so much a logic error as one of spacing. If you re-evaluate your code (do a view source on the output) you'll see that the...
Shawn K. Hall
shawn_ae
Online Now Send Email
May 1, 2003
7:01 am
1328
You asked: In this case, I need to 'Include' the file in the ASP page where I want use those functions or subs'. Isn't it ? Regards, Ahmed ... My reply: Yes. ...
Sanket Nadhani
mahatma_baba
Offline Send Email
May 1, 2003
7:09 am
1329
Hi Ahmed, ... Remember: ASP is a SERVER-SIDE language, which means it doesn't care AT ALL about whether it's between the HEAD tags, or even if the output (if...
Shawn K. Hall
shawn_ae
Online Now Send Email
May 1, 2003
7:12 am
1330
Is there any sort of open source templating engine in ASP / VBscript compareable to: http://smarty.php.net/crashcourse.php...
aemca_san
Offline Send Email
May 1, 2003
7:57 am
1331
Could you people point me to an online SQL tutorial which inlcudes stored procs? Thanks for any help, Sanket...
mahatma_baba
Offline Send Email
May 1, 2003
8:31 am
1332
Searching Google on "SQL Tutorial Stored Procedures" gives quite a few links. http://www.google.com/search?hl=en ...
Powderhill, Daniel
danaspelite
Offline Send Email
May 1, 2003
8:37 am
1333
HI Guys I am having a query, if any one can answer. What is the future of ASP after ASP.NET. I am developing a web based project using ASP, but got confused to...
achal15
Offline Send Email
May 1, 2003
8:58 am
1334
ASP.Classic will still be around for a while... it's supported on Win2K Server, and I imagine it'll still be supported on .Net Server (anyone know for...
Powderhill, Daniel
danaspelite
Offline Send Email
May 1, 2003
9:03 am
1335
Yup, that returned quite a few handy links. Thanks,Sanket "Powderhill, Daniel" <d.powderhill@...> wrote:Searching Google on "SQL Tutorial...
Sanket Nadhani
mahatma_baba
Offline Send Email
May 1, 2003
9:44 am
1336
ASP Classic has as much future as DOS does after Windows. The ASP.net Forums and Starter Kits are one of the many examples of things ASP.net porgrammers have...
Charles M. Carroll
charlesmarkc...
Offline Send Email
May 1, 2003
11:56 am
1337
when having a choice of the following emailing methods which would be prefered. And which would be least preffered. This so i can select an order in which to...
aemca_san
Offline Send Email
May 1, 2003
12:38 pm
1338
I think CDONTS.NewMail is the best. Others may have different thoughts though:)) Sanket aemca_san <aemca_78@...> wrote:when having a choice of the...
Sanket Nadhani
mahatma_baba
Offline Send Email
May 1, 2003
12:46 pm
1339
Well actually I guess that one is the worst. It compares badly to cdosys to start out with. Do a google search with cdonts vs cdosys to find out why. I only...
Aemca
aemca_san
Offline Send Email
May 1, 2003
1:20 pm
1340
This is a asp page that browsing in wap phone. I need to passing the option I selected in the Main.asp to Code.asp. The work of Main.asp is asking the...
Paggie
paggiecheung
Offline Send Email
May 1, 2003
1:21 pm
1341
I have used the ASPMail/ASLQMail a few times without any problems. If one of them has the ability to do SMTP authentication, I would choose that one. Too many...
Don Kitchen
donkitch77
Offline Send Email
May 1, 2003
1:24 pm
1342
CDONTS has security issues, which is why most people tend to use a component instead. NGSoftware / Security have released a paper on email spoofing with ...
Powderhill, Daniel
danaspelite
Offline Send Email
May 1, 2003
1:25 pm
1343
Does anyone know where I can find a wrapper class which would enable me to use an upload component if it is available ( persists aspupload ) or if it isn't...
Aemca
aemca_san
Offline Send Email
May 1, 2003
1:28 pm
1344
Actually you are right. But that one point which keeps CDONTS on your list weighs heavy on my list. Aemca <aemca_78@...> wrote:Well actually I guess that...
Sanket Nadhani
mahatma_baba
Offline Send Email
May 1, 2003
1:46 pm
1345
Thank you Dan! I had to play with it a bit but your idea and concepts worked! ... From: Powderhill, Daniel To: 'AspClassicAnyQuestionIsOk@yahoogroups.com' ...
Michael Hahn
cwnhahnsolo
Online Now Send Email
May 1, 2003
2:15 pm
1346
I would like to call a vb program from an asp page. I believe the following server-side code will do this, but my vb program requires two parameters. How do I...
angela_sza
Offline Send Email
May 1, 2003
3:05 pm
1347
I have a table that is generated with do and loops that works fine that is attached to the database. I can get that table to loop to the next set any ideas? ...
Michael Hahn
cwnhahnsolo
Online Now Send Email
May 1, 2003
3:30 pm
1348
... Probably not but if you could put the core bits of code in an email, we might be able to see what is happening. ... Andy...
andy.t@...
yk_andy
Offline Send Email
May 1, 2003
3:45 pm
1349
Here is the code I need this entire piece of code to loop the start of where i need this loop here is the working code Dim i, intCounter intCounter = 0 ...
Michael Hahn
cwnhahnsolo
Online Now Send Email
May 1, 2003
3:48 pm
1350
I dont understand why are you using both do..while and if..then statements for looping using the same variable. Sanket Michael Hahn <ghahn@...>...
Sanket Nadhani
mahatma_baba
Offline Send Email
May 1, 2003
4:24 pm
1351
I need help with my if statement...the logic may not even be accurate. I'm trying to see if I have more than three entries for a particular class date. If I...
aweise77
Online Now Send Email
May 1, 2003
4:32 pm
1352
I am very new at this and am not even sure how to explain this. I have a database that has the ID number that never duplicates. I have no problem access the...
prkrichmar
Offline Send Email
May 1, 2003
5:28 pm
1353
Michael, I'm still confused about what you are trying to do here. As far as I can see, the table you are listing from contains three recordsets and has 17...
andy.t@...
yk_andy
Offline Send Email
May 1, 2003
5:31 pm
1354
Here is the output im trying to get <table border=1 align=center width='50%'> <tr> <td><B>Bracket 1</B></td> <td><B>Bracket 2</B></td> <td><B>Bracket...
Michael Hahn
cwnhahnsolo
Online Now Send Email
May 1, 2003
5:54 pm
1355
put the ID number in a variable and then use it in an html image tag: <img src="images/"<%= ID %>.jpg"> hth Mike ... __________________________________ Do you...
Michael Brinkley
mbrink1111
Online Now Send Email
May 1, 2003
8:10 pm
1356
Hi All It's my first time to write to your group and I have a little problem hoping you can help me. I have a form in my script and I want to send its contents...
Nader Nabil Nessim
nadernabil2001
Offline Send Email
May 1, 2003
10:11 pm
Messages 1327 - 1356 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