Search the web
Sign In
New User? Sign Up
AspClassicAnyQuestionIsOk
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 3891 - 3920 of 8655   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3891
Hi All, Wish You A Very Happy New Year 2004. May the New Year Brings for you lots of Joy, Peace and Prosperity. Bhaskar. __________________________________ Do...
Bhaskar Reddy
rbr_75
Offline Send Email
Jan 1, 2004
12:22 pm
3892
Happy New Year everyone! I'm still trying to figure out my issue about when an image is not in its folder. I've got a database that has a column for images...
John Hays
jimmyolsen
Offline Send Email
Jan 2, 2004
4:00 pm
3893
Is there a way to compile or encrypt a .asp program so that NO ONE can figure out what it does. I need to "hide" part, the part dealing with reading the...
robert_hendrix
Offline Send Email
Jan 5, 2004
4:11 pm
3894
Write a COM component to do that part of the functionality using VB6 or C++ etc... that way your code is compiled into a dll. Dan Visit www.diado.com for free...
Powderhill, Daniel
danaspelite
Offline Send Email
Jan 5, 2004
4:32 pm
3895
hi i am facing the problem with my browser.sometimes it gives me HTTP error 403.9.do u know whi it happens.i am using internet explorer as browser and i am...
ruby first
ruby_first2003
Offline Send Email
Jan 5, 2004
8:25 pm
3896
I ulled out a section of my code that i would like to incrypt. I thought i could just pull it out, encrypt it, and then use include. Of course I've never even...
robert_hendrix
Offline Send Email
Jan 5, 2004
8:51 pm
3897
Hi there: I did a program in VB and Access on my home computer and made an executable file to get it to my work. It is worrking properly at my home computer....
rzaidi1
Offline Send Email
Jan 5, 2004
11:04 pm
3898
Rav, What error(s) are you getting? Did you use the package & deployment wizard in VB to create an install program? It is possible that there are dependency...
Mark Eckeard
meckeard2000
Offline Send Email
Jan 5, 2004
11:23 pm
3899
I have problems with this code. PLEASE HELP! The problem is that this runs, I try to create a file and write to it "do re mi...". The problem is that when I...
dalvar02
Offline Send Email
Jan 5, 2004
11:47 pm
3900
How did you compile it? Depending on which way you compiled it then it may need the visual basic runtime files... ... From: rzaidi1 To:...
FarOutComputerSystems...
FarOutComputers@...
Send Email
Jan 6, 2004
12:14 am
3901
You need to take the include file code out of the ASP block: <% response.write("If you see ""hello"", below here then it works!<br>") %> <!--#include file =...
Michael Brinkley
mbrink1111
Online Now Send Email
Jan 6, 2004
5:26 am
3902
ok this is what i've got; file 1 runs ONLY if I delete the include line. ldb.asp runs by itself. I just can't seem to have an include? or i don't know the...
robert_hendrix
Offline Send Email
Jan 6, 2004
2:22 pm
3903
You can only have one @ declaration in a page, and it can only appear at the top, the same as option explicit. You have two when you include the file. Lose the...
Paul Franks
stewart_sull...
Offline Send Email
Jan 6, 2004
2:46 pm
3904
ok this is what i've got; file 1 runs ONLY if I delete the include line. ldb.asp runs by itself. I just can't seem to have an include? or i don't know the...
robert_hendrix
Offline Send Email
Jan 6, 2004
3:13 pm
3905
Looks to me like you have an extra space after file in your include. ... __________________________________ Do you Yahoo!? Yahoo! Hotjobs: Enter the "Signing...
Erik Stearns
rudwung
Offline Send Email
Jan 6, 2004
7:57 pm
3906
I use this statement - space before the #, space after FILE, space after =k, etc., etc. <!-- #INCLUDE FILE = "inc/left_banner1.asp" --> Also, you must make...
Gruber, Jack W CA ANG
tschepone
Offline Send Email
Jan 6, 2004
8:28 pm
3907
02/09/2004 soonest Asp.net C# Class 01/26/2004 soonest Asp.net VB.net Class When signing up use the promocode => 2for1NewYearSpecial => Thats right! Pay...
Charles M. Carroll
charlesmarkc...
Online Now Send Email
Jan 6, 2004
8:45 pm
3908
This week is it!!!!!! http://asprockville.org and http://aspvienna.org has details #1 Wednesday in Vienna/Tysons Corner is the first meeting of year for ...
Charles M. Carroll
charlesmarkc...
Online Now Send Email
Jan 6, 2004
11:11 pm
3909
Hi all, I am having a problem that seems to be simple, but can not get past it. I am trying to create a text file on my local computer using the ...
Marjan Stojnev
insidemof
Offline Send Email
Jan 7, 2004
5:48 am
3910
You've got <%@ Language=VBScript %> in both files - it should only be in the first (main) file as you can only include it once in a page. Dan Visit...
Powderhill, Daniel
danaspelite
Offline Send Email
Jan 7, 2004
9:36 am
3911
I've added an ASP.Classic article to my website on how to implement user ordered lists, allowing your users to change the order of any lists you may have (i.e....
Powderhill, Daniel
danaspelite
Offline Send Email
Jan 7, 2004
12:23 pm
3912
I didn't used package and deployment wizard because I don't know about it. How do you do it this way?? Could you please provide me some instructions that will...
ravish zaidi
rzaidi1
Offline Send Email
Jan 8, 2004
4:00 pm
3913
Thank you I didn't used package and deployment wizard because I don't know about it. How do you do it this way?? Could you please provide me some instructions...
ravish zaidi
rzaidi1
Offline Send Email
Jan 8, 2004
4:05 pm
3914
Hi Well this a a common problem 1) check if IUSR_MACHINENAME user has write permission to the folder you are trying to create the file 2) if running any...
Monty Shah
gr8carlo
Offline Send Email
Jan 9, 2004
6:45 am
3915
Thanks! Point 2 did it....
Marjan Stojnev
insidemof
Offline Send Email
Jan 9, 2004
12:56 pm
3916
Dear ALL I want to make an website on which one can encrypt and digitally sign an file and then upload it on the website using VBScript, HTML & ASP for my...
i_rema2003
Offline Send Email
Jan 11, 2004
3:46 am
3917
hi all i am trying to update records in my access database. but i could;nt do it. please give me suggestions how to update records using update sql statement...
ruby first
ruby_first2003
Offline Send Email
Jan 12, 2004
5:20 pm
3918
HI. If anyone can help me, I would be most grateful. I am trying to get the page below to validate. A user enter a number for a order in a box. I want the data...
neowebdesign7
Offline Send Email
Jan 12, 2004
7:13 pm
3919
Dear neowebdesign This not the a pair of code which I had made for some other requirement but this will meet your requirement. In case of anyother query...
Rema Singh
i_rema2003
Offline Send Email
Jan 13, 2004
6:06 am
3920
HI. There is no reply in your responce. I cannot find an answer in your reply, please attached your answer or advise where I can find your answer thanks. ...
neowebdesign7
Offline Send Email
Jan 13, 2004
4:09 pm
Messages 3891 - 3920 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