Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

active-server-pages · Active Server Pages Developers' List

The Yahoo! Groups Product Blog

Check it out!

Group Information

? 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.

Messages

Advanced
Messages Help
Messages 9717 - 9746 of 12478   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
9717 okochunk Send Email Sep 7, 2004
4:31 pm
How to Create Login Page With Validation Can you give me This Script Please !!!...
9718 Andy and Kim Mills
historynut13 Send Email
Sep 7, 2004
7:55 pm
Hello Guys: I am having a hard time, na: impossible time deleting folders from my WWWROOT folder. All of my existing files are old and need to be purged,...
9719 bobfilipiak Send Email Sep 7, 2004
8:07 pm
Check the NTFS permissions on the wwwroot folder and make sure it is not set to READ ONLY. Bob Filipiak A question not asked is a lost opportunity to learn. ...
9720 Kim and Andy Mills
historynut13 Send Email
Sep 7, 2004
10:12 pm
Bob: Thanks, but the permissions are not set to Read Only. Andy ... set ... need to be ... permission error ... default web-site, but ... I get the same...
9721 Krishna, Hari
hkrishna@... Send Email
Sep 8, 2004
1:19 pm
sorry you guys..my email server is messed up and so I had to test..for yahoogroups..I wanted to see if I receive my own mail from yahoogroups.. CONFIDENTIALITY...
9722 Ramalakshmi Ramadas
ramalakshmi_... Send Email
Sep 9, 2004
4:42 pm
Hi, We have a website which has thousands of resumes stored online in the server. This is consuming a lot of disk space. Does anybody know of a solution to ...
9723 Turner, Alice
aturner1951 Send Email
Sep 9, 2004
6:27 pm
I have created an event calendar that list upcoming events for each month. The calendar has two security levels: 1-Administrative and 2-Registered Users. If...
9724 chamindu munasinghe
chamindulk Send Email
Sep 10, 2004
2:51 am
Hi windows 2000 supports compressed folders. when you create a file on a compressed folder it is compressed automatically so you dont have to do anything. But...
9725 chamindu munasinghe
chamindulk Send Email
Sep 10, 2004
2:58 am
Hi In the admin page itself check if the user has admin privilages, you can do this by checking the UOFAdmin value in the session. if you dont have a security ...
9726 David Smart
smartware_co... Send Email
Sep 10, 2004
3:15 am
From memory, compressed folders are only available on NTFS volumes. The only problem with this is that Windows 98 and below will not access NTFS volumes -...
9727 Chris Hagwood
chris_hagwood Send Email
Sep 10, 2004
1:26 pm
I would like to list the first n field names, but I'm not having luck. For example, I can list data in the 2nd through last fields by using this: For j = 1 to...
9728 Dan Powderhill
danaspelite Send Email
Sep 10, 2004
1:33 pm
Just as an aside, do you need to select the fields you're ordering by? In most situations you can just include them in the order by clause and not select them....
9729 Chris Hagwood
chris_hagwood Send Email
Sep 10, 2004
1:58 pm
I didn't know you could ORDER BY w/out selecting them... I guess I had never tried. Thanks! ... most situations you can just include them in the order by...
9730 Dan Powderhill
danaspelite Send Email
Sep 10, 2004
2:02 pm
Looks like my original answer didn't come through - anyway, I suggested something along the lines of :- for i = 1 to n response.write objRS.Fields(i).Name next...
9731 Dan Powderhill
danaspelite Send Email
Sep 10, 2004
2:18 pm
Something like this should do it :- for i = 0 to n response.write objRS.Fields(i).Name next i Dan www.diado.com ... From: Chris Hagwood [mailto:cwh@...] ...
9732 Chris Hagwood
chris_hagwood Send Email
Sep 10, 2004
2:19 pm
That worked. Thanks! I had tried objRS.Fields.Name(i) and a few other variations that didn't. ... From: "Dan Powderhill" <dan.powderhill@...> To:...
9733 kasiviswanathan Subr...
kasivisu76 Send Email
Sep 11, 2004
6:45 am
        Hai Every one.. i need help any having idea about spam mail stoping service...i need some documentation example coding of spam maill. stoping in...
9734 ragasudha_79 Send Email Sep 13, 2004
1:48 am
Hi All.. Iam using the below coding to get the size of a folder. This code works fine if the size of the folder is less than 50 MB. But when it goes above 100...
9735 rendezvous4me Send Email Sep 13, 2004
4:27 am
Dear tribesmen, I have searched for this problem in quite a few places on the net but i din get a solution so posting it as many forums i can get. I have two...
9736 Shawn K. Hall
shawn_ra Send Email
Sep 13, 2004
4:54 am
Hi Sudha, ... Probably because you aren't forcing the result to a specific variable type so it's breaking the code because it can't auto-assign the variable...
9737 Shawn K. Hall
shawn_ra Send Email
Sep 13, 2004
5:33 am
Hi Fellow Geek, ... Please don't do that. Limit yourself to the ones you think you'll get a response in. ... Several ways. Which one to use depends on what you...
9738 waqar
waqi23 Send Email
Sep 13, 2004
6:18 am
hi, u use global.asa : copy ur global.asa and past on where ur website2 folder and check path in global.asa path ... From: active-server-pages@yahoogroups.com...
9739 Pam
pamspen1 Send Email
Sep 13, 2004
5:29 pm
Hi Shawn, Queen lurker here... I did not ask this question but I have been wondering this same thing for quite some time. What I would like to achieve is to...
9740 professorw999 Send Email Sep 13, 2004
10:39 pm
I realize this is a little quirky, but here goes. I have a basic script that searches my database table for the users email address. IF the record does not...
9741 David Smart
smartware_co... Send Email
Sep 13, 2004
11:05 pm
Nothing obvious from a quick scan of the code. What does a msgbox say is actually in objRS("Overwrite")? What sort of field is "Overwrite&quot;? If it's Boolean,...
9742 Dan Powderhill
danaspelite Send Email
Sep 14, 2004
8:25 am
What database are you using, and what data type is the OverWrite field? If it's access and the data type is Yes/No (good old access), then the field will hold...
9743 professorw999 Send Email Sep 14, 2004
12:55 pm
Sorry, I should have included this the first time. I am using an Access database. "Overwrite&quot; is a text field and I checked the case of "Yes" and it is...
9744 Paul Manzotti
heronoseven Send Email
Sep 14, 2004
1:06 pm
... Have you tried: ELSEIF lcase(objRS("Overwrite&quot;)) = "yes" THEN Failing that, you don't have any memo type fields in the table that come before the Overwrite...
9745 Dan Powderhill
danaspelite Send Email
Sep 14, 2004
1:10 pm
And maybe trimming off any extra spaces as well :- ELSEIF trim(lcase(objRS("Overwrite&quot;))) = "yes" THEN Dan www.diado.com ... From: Paul Manzotti...
9746 David Smart
smartware_co... Send Email
Sep 14, 2004
1:17 pm
How did you check the Yes? You definitely need to check it from within ASP, including making sure that there are no leading or trailing spaces. E.g. msgbox...
Messages 9717 - 9746 of 12478   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help