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 9837 - 9866 of 12395   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
9837
As Dan said, in Access the Yes/No field is true/false. Try using: ELSEIF objRS("Overwrite") THEN __________________________________ Do you Yahoo!? Yahoo! Mail...
Lynn MacFarland
lhmacfarland
Offline Send Email
Oct 1, 2004
2:31 pm
9838
Hi Sorry for this OT query, first of all Do anyone know any good and cheap providers where I can host one of my friend's biz website? I might need some couple...
ILyas
iluilyas
Offline Send Email
Oct 4, 2004
5:17 am
9839
Hi all, I am working on an asp site which has to work on a linux apache server (yes, I know what you are thinking but strange things happen sometimes !) Has...
gog93rpf
Online Now Send Email
Oct 5, 2004
9:41 am
9840
Hi All, I want to resize the user uploaded images to a specific width and height before uploading to the server. I am using SoftArtisans File Upload to upload ...
Ramalakshmi Ramadas
ramalakshmi_...
Offline Send Email
Oct 6, 2004
8:30 pm
9841
Hi, I use ASPJpeg. Regards -- ... __________________________________ Do you Yahoo!? Yahoo! Mail Address AutoComplete - You start. We finish. ...
M Kamran Adam
mkamranadam
Offline Send Email
Oct 8, 2004
5:42 am
9842
hi, i am new to this group pls tell me about iis and hwat it dos in asp...
sherry_38139
Offline Send Email
Oct 8, 2004
5:42 am
9843
IIS - Internet Information Services - is the webserver software which ships with most version of windows, in various different forms. It serves HTML, ASP etc...
Dan Powderhill
danaspelite
Offline Send Email
Oct 8, 2004
8:10 am
9844
Can an app, in this instance, DotNetNuke run on a web server that runs ASP without having to request anything special from the Hosts? [Non-text portions of...
Cadieux.Tim@...
tim_cadieux
Offline Send Email
Oct 8, 2004
12:38 pm
9845
The server will need the .net framework installed on it. ... From: Cadieux.Tim@... [mailto:Cadieux.Tim@...] Sent: 08 October 2004 1:38 To:...
Adrian Forbes - ITD
aidy_forbes
Offline Send Email
Oct 8, 2004
1:43 pm
9846
Hi all! I am facing problem running ASP Pages on local intranet (localhost). I've Win XP- Pro installed in my computer. When I call ASP page from IE6. It show...
bk_sen88
Offline Send Email
Oct 8, 2004
5:05 pm
9847
This is usually due to one of three things. First possibility is that you're accessing the asp page through file:// etc, but you've said you're not, so that...
Dan Powderhill
danaspelite
Offline Send Email
Oct 9, 2004
7:54 am
9848
Hi Ilyas, I can offer you good hosting rates on my server. You can see my site www.copioussoftwares.com for details. Regards Kapil Kabra ILyas...
somesh ab
su611us
Offline Send Email
Oct 10, 2004
9:11 pm
9849
I'm in the final stages of optimising some pre-existing data processing code. A big chunk of the optimisation has been achieved by converting the code to use...
Dan Powderhill
danaspelite
Offline Send Email
Oct 11, 2004
8:59 am
9850
... To be honest, my first thought here, if you are filtering out information from the recordset, is that you should let the database do the filtering. Can you...
Paul Manzotti
heronoseven
Offline Send Email
Oct 11, 2004
9:04 am
9851
Yes, there's a Filter property on the recordset object, which is what I'm using. The reason for the filtering being done that way is more for practical reasons...
Dan Powderhill
danaspelite
Offline Send Email
Oct 11, 2004
9:09 am
9852
Hi I have been trying to create a webservice. I have created one and it works well in my localhost. But when i upload it to our server, I'm getting this error...
ILyas
iluilyas
Offline Send Email
Oct 11, 2004
9:14 am
9853
Anybodybody here knows a server that can be run on WinXp Home Edition? Thanks....
marklph003
Offline Send Email
Oct 11, 2004
7:31 pm
9854
You can install PWS (Personal Webserver) on it. If you have your XP CD, you will can add it by going to "Add/Remove Programs" then select "Add/Remove Windows...
soren.j.winslow@...
sorenwinslow
Offline Send Email
Oct 11, 2004
7:39 pm
9855
You can install IIS on XP home, although I hear it's unsupported: http://www.google.com/search?hl=en&q=how+to+install+iis+on+windows+xp+home And there is...
Mark E
meckeard2000
Offline Send Email
Oct 11, 2004
7:41 pm
9856
Hi ILyas, I actually ran into this exact problem this morning. Do you have the bin directory? (holding your dll) sitting in the root of the virtual directory -...
James Mclean
jamesmclean@...
Send Email
Oct 12, 2004
5:24 am
9857
Hi! i am trying to put a link for downloading a swf file. I have managed to get the download box open and file saving, but the file saved is of zero bytes. I...
angel_xpmx
Offline Send Email
Oct 12, 2004
9:11 am
9858
Try application/x-shockwave-flash angel_xpmx <angel_xpmx@...> wrote: Hi! i am trying to put a link for downloading a swf file. I have managed to get the...
M Kamran Adam
mkamranadam
Offline Send Email
Oct 12, 2004
7:54 pm
9859
I am able to save the file, but it still is empty. O bytes. Any thoughts on that... A.S...
angel_xpmx
Offline Send Email
Oct 13, 2004
9:11 am
9860
Hi Is that possible to decide the page when the form is being submitted. I mean, Page1.asp: <form method="post" action"<% if reques.form("chkbutton")="ON" then...
ILyas
iluilyas
Offline Send Email
Oct 14, 2004
6:47 am
9861
Hi ILyas, ... Not client-side using ASP, no. ASP is processed server-side before the client receives the page. However, you could use client-side javascript to...
Shawn K. Hall
shawn_ra
Offline Send Email
Oct 14, 2004
7:08 am
9862
That's a fantastic sol. It works, thanks a lot ILyas ... From: Shawn K. Hall [mailto:shawn@...] Sent: Thursday, October 14, 2004 11:06 AM To:...
ILyas
iluilyas
Offline Send Email
Oct 14, 2004
8:29 am
9863
Hi, First of all there is one "=" sign missing after the 'action' parameter. At the time of execution of If... Else code, the value of...
M Kamran Adam
mkamranadam
Offline Send Email
Oct 14, 2004
8:37 pm
9864
Is it possible to automate the mapping of a network drive from w/in the script? I need to map to an AS400 shared folder, and it doesn't use windows...
Chris Hagwood
chris_hagwood
Offline Send Email
Oct 19, 2004
3:41 pm
9865
Try: Dim net Set net = CreateObject("WScript.Network") net.MapNetworkDrive "y:", \\server\share,"False","username","password" Bob Filipiak A question not asked...
bobfilipiak
Offline Send Email
Oct 19, 2004
3:46 pm
9866
<% Set net = Server.CreateObject("WScript.Network") net.MapNetworkDrive "I:","\\<computername>\shared","False","<user>","<password>" %> Error Type: ...
Chris Hagwood
chris_hagwood
Offline Send Email
Oct 19, 2004
7:54 pm
Messages 9837 - 9866 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