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 8238 - 8267 of 8655   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
8238
I didn't change anything, but now scripting errors are not appearing. I just get Page cannot be displayed. It won't show the line number or anything. I went...
Darth Mikey D
darth_mikeyd
Offline Send Email
May 4, 2008
12:12 am
8239
Hi ; This is Mohsin. Currently I joined this group because in this group tutors are very sincere & professional and guide students with sympathy. I really...
Teena Sani
teenasani3
Offline Send Email
May 5, 2008
5:30 am
8240
You want a counter which says: x users online on this site ? Or do you want something else ?...
mischa kroon
aemca_san
Offline Send Email
May 5, 2008
7:40 am
8241
Yes, i want a counter which show me after logon to Administrator that X , Y , Z named members are online yet and simply wanna put online users value (means...
Teena Sani
teenasani3
Offline Send Email
May 5, 2008
10:29 am
8242
I think you can find all that you want here: http://www.2enetworx.com/dev/samples/memwhoson.asp gl, Mischa...
mischa kroon
aemca_san
Offline Send Email
May 5, 2008
10:52 am
8243
I am learning ASP as part of an Open University course. Running under XP ... what do I need to edit and test (classic)ASP pages ?...
Bob Sharp
bobsharp_uk
Offline Send Email
May 6, 2008
10:49 am
8244
Test: webserver capable of interpreting asp scripts like: IIS on xp pro Xitami Create: Notepad Notepad++ Visual studio gim whatever....
mischa kroon
aemca_san
Offline Send Email
May 6, 2008
12:10 pm
8245
... Does it really need a server to test ? Will it not run in an editor like Dreamweaver or Visual InterDev ?...
Bob Sharp
bobsharp_uk
Offline Send Email
May 6, 2008
2:06 pm
8246
Active Server Pages (ASP) run on a server, interpret the code, and format html to send as the response to the browser so they need a server that can do the...
Bob Filipiak
bobfilipiak
Offline Send Email
May 6, 2008
2:39 pm
8247
Agreed, and no those products mentioned don't contain an ASP server. Keep in mind there are several options for servers which can run ASP.NET which can't run...
mischa kroon
aemca_san
Offline Send Email
May 6, 2008
3:39 pm
8248
FYI, you don't need a special or separate server machine. If you have admin access to your own Windows machine you can install IIS there, and set it up as...
Jeff Wilkinson
jeffwilk4
Offline Send Email
May 7, 2008
12:53 pm
8249
Hi All, Back again. Im done with all my work relaring to blogs. All is working fine except for one thing where i need to validate User Display Name. I want...
javediq_143
Offline Send Email
May 8, 2008
1:28 pm
8250
I have an asp page were the user is asked to create a password and then re-enter the password to confirm that it is correct. The user is then also able to go...
ampersand1
Offline Send Email
May 9, 2008
7:49 pm
8251
if it's a Form INPUT box, will onchange not catch it ? ... From: ampersand1 To: AspClassicAnyQuestionIsOk@yahoogroups.com Sent: Friday, May 09, 2008...
BobSharp
bobsharp_uk
Offline Send Email
May 9, 2008
8:20 pm
8252
onchange="this.password2.value='';return true;" tom mallard .net web apps - project mgmt consumer product design ... From: "BobSharp" <bobsharp@...> ...
tmallard
ttmallard
Offline Send Email
May 9, 2008
9:20 pm
8253
Hi All I have heard a lot about using COM in ASP what never seen any component used in ASP (user defined) then why company start asking question on ASP & COM ...
Aditi
superbemail@...
Send Email
May 12, 2008
10:53 pm
8254
Most COM objects are precompiled vb code that does a specific job, you pass it in something, it can give you something back according to what you're doing. If...
mallard
ttmallard
Offline Send Email
May 13, 2008
2:35 am
8255
Thanks mallard but can you send me a zip COM componet code, so that i can see the code and see how we can develop a new one ? aditi ... [Non-text portions of...
Aditi
superbemail@...
Send Email
May 13, 2008
11:33 am
8256
Huh ? It's VB6 land, use aspnet instead, import this thing into .net, create a public class with methods to use. There are books on COM, but it's the old...
mallard
ttmallard
Offline Send Email
May 13, 2008
1:33 pm
8257
Guys, what do I have to do with the following error: Response object error 'ASP 0251 : 80004005' Response Buffer Limit Exceeded /searcher.asp, line 0 Execution...
Ruth Marya
rya_acem_manice
Offline Send Email
May 14, 2008
1:48 am
8258
Hi Ruth, Take a look at this Microsoft support article: http://support.microsoft.com/kb/925764 Cheers, Peter ... [Non-text portions of this message have been...
Peter Brunone
peter_brunone
Offline Send Email
May 14, 2008
2:51 am
8259
Hi All, Back again but this time some more serious problems and solution to all the previous ones. Ok.Im able to solve the regular expression problem which Im...
javediq_143
Offline Send Email
May 14, 2008
3:29 pm
8260
THanks mallard for suggestions but actually i am working on asp and till date i havnt worked on COM , DCOM etc and whenever i appear in interview, they start...
Aditi
superbemail@...
Send Email
May 15, 2008
7:08 am
8261
You've been working with COM every time in asp you use Server.CreateObject("Scripting.FileSystem"). Also, ADO is composed of COM objects and you use those all...
mallard
ttmallard
Offline Send Email
May 15, 2008
1:08 pm
8262
Dear all, I would like to ask about code to build an "automatically download feature".. I want to build an "automatically download feature" in order users can ...
Ruth Marya
rya_acem_manice
Offline Send Email
May 16, 2008
12:46 am
8263
Hi Ruth, Wouldn't you just link to the file? Then when the user clicks it, it will start to download. Peter ... [Non-text portions of this message have been...
Peter Brunone
peter_brunone
Offline Send Email
May 16, 2008
1:36 am
8264
Hi, I have got the solution and would like to share it with you. To avoid Iframe displaying cached page we can add a random trail to the querystring of the...
Tech
dips255
Offline Send Email
May 20, 2008
6:30 am
8265
Hi, I would like know what are rss feeds. can we implement it on classic asp based website....
Tech
dips255
Offline Send Email
May 20, 2008
6:32 am
8266
Hi. Here's a good quick read to get you started: http://www.whatisrss.com/ Cheers, Peter ... [Non-text portions of this message have been removed]...
Peter Brunone
peter_brunone
Offline Send Email
May 20, 2008
3:15 pm
8267
Hi Ruth, May I know the file types which you want to allow users to download. Is it only Text/Doc/Xcel or some media types???? Javed Iqbal ... can...
javediq_143
Offline Send Email
May 23, 2008
9:07 am
Messages 8238 - 8267 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