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...
Show off your group to the world. Share a photo of your group with us.

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 11585 - 11614 of 12395   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
11585
... While the following will do most of what you want, you should include some validation to ensure that the file exists, that it is actually a file of the...
Shawn K. Hall
shawn_ra
Online Now Send Email
Jun 1, 2006
7:06 am
11586
I have a data of size more than 60MB when i run the SQL it goes very slow. Is their any way by which i can make it very fast as some times i wait for more than...
Kathy Iwasik
girl_moon_godess@...
Send Email
Jun 1, 2006
7:31 pm
11587
I was reading up on the My.Log in ASP.NET 2.0. I cannot figure out why my application doesn't log anything. I made sure the right listener and shared listener...
Jean-Pierre Jamous
CEO@...
Send Email
Jun 2, 2006
12:33 am
11588
Kathy, I am afraid that XML wouldn't do the job. XML is used to contain data and allow it to be shared between various applications without having to write a ...
Jean-Pierre Jamous
CEO@...
Send Email
Jun 2, 2006
2:24 am
11589
I'm in a bit of a quandry. I don't really have any hardware to learn ASP but I want to learn it (or practice it). I have an old Celeron desktop that still has...
nickvansmack9
Offline Send Email
Jun 2, 2006
2:25 am
11590
Hi Kathy, ... XML wouldn't help, but indexing the data will. If the tables do not currently have indexed columns, you'll need to index them using whatever ...
Shawn K. Hall
shawn_ra
Online Now Send Email
Jun 2, 2006
3:05 am
11591
Hi Nick, welcome aboard! ... Windows 98 SE (Second Edition) includes a slimmed down version of IIS called "Personal Web Server". If it's "just you" it would be...
Shawn K. Hall
shawn_ra
Online Now Send Email
Jun 2, 2006
3:48 am
11592
IMHO you should go with XP and if starting from scratch go with .net. try a SAMS 21 days book to assist you. Windows 98 is dead. ASP is OK for legacy systems....
howard feather
howardfeather
Offline Send Email
Jun 2, 2006
3:45 pm
11593
Folks, I am developing my site using VB.NET. I'd like to add JScript to it, because I heard you can nest both languages. Does anyone have any tutorials or can ...
Jean-Pierre Jamous
CEO@...
Send Email
Jun 3, 2006
3:03 am
11594
Hello Guys: Would anyone know what is causing this error? I am not using a DSN to connect. MDAC 2.8 installed on computer. This used to work, then the ...
Mills, Andy R. (Regen...
mtdewisgreen
Offline Send Email
Jun 5, 2006
1:05 pm
11595
I am a newbie and I am still running into problems with the date. When I enter the the Date Came and save it and then return back to edit it, it showing...
tgmiller5
Offline Send Email
Jun 5, 2006
6:50 pm
11596
Do a response.write sqlstmt and see what the string DateCame actually is. Also, you may have to bracket it with # or ' to get it in as a date. ... [Non-text...
Chris Hagwood
chris_hagwood
Offline Send Email
Jun 5, 2006
7:46 pm
11597
Hi Andy, ... MDAC 2.8 doesn't include the Access/Jet provider. You have to install that separately from here: ...
Shawn K. Hall
shawn_ra
Online Now Send Email
Jun 5, 2006
10:07 pm
11598
I don't know either and it was suggested I go for the newer one. Now if I do learn asp.net, would I still be able to understand how to "fix" old pages in...
nickvansmack9
Offline Send Email
Jun 6, 2006
11:01 am
11599
You probably are better off learning the newer technology but that won't necessarily translate into classic ASP knowledge. There are some major differences...
Mark E
meckeard2000
Offline Send Email
Jun 6, 2006
12:07 pm
11600
Nick: I personally feel ASP and ASP.Net are in no way similar. The concepts might be the same, but the execution of them are vastly different. ASP Classic is...
Mills, Andy R. (Regen...
mtdewisgreen
Offline Send Email
Jun 6, 2006
12:20 pm
11601
AH. Thanks Shawn. I appreciate the help. ________________________________ From: active-server-pages@yahoogroups.com ...
Mills, Andy R. (Regen...
mtdewisgreen
Offline Send Email
Jun 6, 2006
12:32 pm
11602
My thought is that you will not understand how to fix classic ASP after you've learned ASP.NET, and in fact you might find that your knowledge of ASP.NET is...
David Smart
smartware_co...
Offline Send Email
Jun 6, 2006
1:36 pm
11603
I would agree with that, but only if you *have* to maintain ASP.Classic apps. If you have a choice, starting out with .NET would be better IMHO because it's...
Dan Powderhill
danaspelite
Offline Send Email
Jun 6, 2006
2:36 pm
11604
Hi Nick, ... They're about as similar as a toaster and a bicycle. Sure, pushing down makes it "work", but the guts and logic are very different. ... If you...
Shawn K. Hall
shawn_ra
Online Now Send Email
Jun 6, 2006
8:41 pm
11605
Hello Guys: I know this is technically OT to the group, as it has no connection to ASP programming, but since it does relate to the internet, I was hoping that...
Mills, Andy R. (Regen...
mtdewisgreen
Offline Send Email
Jun 8, 2006
1:29 pm
11606
Is there a stat on %'s of either systems in use right now? Also, if you were to get 1 tutorial book and 1 reference book for each, what book titles do you...
nickvansmack9
Offline Send Email
Jun 9, 2006
3:07 am
11607
I am putting together an Intranet and am in the process of adding a section where people can upload files to the server. I was hoping that it would be as...
George L Smyth
GLSmyth
Offline Send Email
Jun 9, 2006
3:50 pm
11608
Try http://www.freeaspupload.net/ ... From: George L Smyth To: active-server-pages@yahoogroups.com Sent: Friday, June 09, 2006 11:48 AM Subject: [ASP] Handling...
Bob Filipiak
bobfilipiak
Offline Send Email
Jun 9, 2006
4:50 pm
11609
George, VS has a component already written to handle such tasks. Look in the Tool Box for it. ... From: active-server-pages@yahoogroups.com ...
Jean-Pierre Jamous
CEO@...
Send Email
Jun 9, 2006
5:27 pm
11610
Hmmm, looks too easy. <g> Thank you for the link. Cheers - george...
George L Smyth
GLSmyth
Offline Send Email
Jun 9, 2006
5:47 pm
11611
... I've tested it and it works well. I just have one question. I need to pass the location to where the file(s) should be saved to the routine that does the...
George L Smyth
GLSmyth
Offline Send Email
Jun 9, 2006
7:13 pm
11612
... Never mind, I figured it out - I passed the location via querystring. Cheers - george...
George L Smyth
GLSmyth
Offline Send Email
Jun 9, 2006
7:30 pm
11613
Hi George, ... Be very careful with this - providing a dynamic target directory will enable users or proxy agents to intercept and change the request to place...
Shawn K. Hall
shawn_ra
Online Now Send Email
Jun 9, 2006
9:10 pm
11614
I'm making some assumptions here, but here's my problem: I'm running a Win2k server and ASP. Every so often (sometimes more often than others) I get these...
Chris Hagwood
chris_hagwood
Offline Send Email
Jun 10, 2006
9:07 pm
Messages 11585 - 11614 of 12395   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