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 9547 - 9577 of 12395   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
9547
Does anyone know anything about embedding fonts in a page for visitors that are using Mozilla or browsers other than Internet Explorer. What I read on the web...
Ben Shaffer
bensdeltathree
Offline Send Email
Aug 1, 2004
1:25 pm
9548
Assalamualaikum wr.wb, yesterday i migrate my webserver from win 2k advance server (using iis 5) to win 2k+3 server (using iis 6). my web is using asp (not ...
-=[[Galang]]=-
penakluk85@...
Send Email
Aug 2, 2004
4:14 pm
9549
I don't think IIS 6 supports ASP Classic by default. I believe it is a setting you have to turn on to run Classic ASP with 2003. I can't tell you where...
Andy and Kim Mills
historynut13
Offline Send Email
Aug 2, 2004
4:32 pm
9550
Andy is correct. This is a security feature in IIS6 that disables classic ASP. Google it. I can't recall how to re-enable it, but it was simple. Mark Andy...
Mark E
meckeard2000
Offline Send Email
Aug 2, 2004
4:52 pm
9551
Try going into the windows 2003 setup (in add/remove programs) and go into the details of "Application Server", somewhere in there you can add 'classic asp'...
Matías Niño L...
man95002
Online Now Send Email
Aug 2, 2004
6:10 pm
9552
Hii I am a beginer and have this problem mentioned below Some body has written this code for a drop down menu and i can't figure out how to add the links to...
niroshan707
Offline Send Email
Aug 4, 2004
9:14 am
9553
I am unable to get all the records from the recordset. Please guide. I get only "White" for nine time. Please help ...
Raj
k_pushparaj
Offline Send Email
Aug 5, 2004
9:29 am
9554
Hi, I cant open a single ASP file either in Crimson editor, TextPad or even in Notepad. If I try to open one the program stucks. Please help to eradicate this....
Heron Herath
heron_herath
Offline Send Email
Aug 5, 2004
11:41 am
9555
Hi, Looks like it's an OS problem, maybe a virus. HTH Chamindu **** DISCLAIMER ***** This e-mail and any attachments thereto are intended for the sole use of ...
Chamindu R. Munasinghe
chamindulk
Offline Send Email
Aug 5, 2004
11:52 am
9556
Try this (watch for wrapping): Dim ReturnRS set ReturnRS = Server.CreateObject("ADODB.Recordset") set ReturnRS =...
Mark E
meckeard2000
Offline Send Email
Aug 5, 2004
12:45 pm
9557
I tried Wrapping code given by Mark and I could not get it. I have refined the code. I have created a component which returns a recordset. (Select * from ...
Raj
k_pushparaj
Offline Send Email
Aug 6, 2004
6:36 am
9558
Hi, I have opened a recordset with "SELECT * from Table" There are 56 fields in this table. While accessing the values of all the fields in the recordset by...
rosrienecker
Offline Send Email
Aug 6, 2004
8:47 am
9559
I've been using Crimson editor to write ASP files for quite sometime. But now I find problems opening the saved files. If I try to open any ASP file with...
Heron Herath
heron_herath
Offline Send Email
Aug 6, 2004
8:48 am
9561
Hi Heron, ... How are you attempting to open the files? ie; File>Open or double-clicking or dragging the file(s) into an open instance of the application... If...
Shawn K. Hall
shawn_ra
Online Now Send Email
Aug 7, 2004
5:37 am
9562
Hi Roslyn, ... Not all field types respect the Value property. Do you have a create table sample for us that demonstrates the types of each of the fields? Some...
Shawn K. Hall
shawn_ra
Online Now Send Email
Aug 7, 2004
5:47 am
9563
Hi Yim, ... They're never as big as they look. :) ... DomainDLX does: http://domaindlx.com/ They don't have 100% availability, but they're fine for learning...
Shawn K. Hall
shawn_ra
Online Now Send Email
Aug 7, 2004
5:58 am
9564
http://www.15seconds.com/issue/020118.htm ... From: yclee82 [mailto:yclee82@...] Sent: Friday, August 06, 2004 7:08 PM To:...
John Moss
yshopper
Offline Send Email
Aug 7, 2004
4:45 pm
9565
Hope this wld help u http://www.google.com/search?sourceid=navclient&ie=UTF-8&oe=UTF-8&q=win+xp+h ome+iis ILyas ... From: John Moss [mailto:jlmoss@...]...
ILyas
iluilyas
Offline Send Email
Aug 8, 2004
6:21 am
9566
Hi there.... I wonder if anyone can help with this tricky problem.... I have 3 list boxes which are populated by recordsets. However, the records added to the...
mark wills
markrobertwills
Offline Send Email
Aug 8, 2004
9:13 am
9567
... Have a separate form outside of the current form on your page. <form name="Second_List_Form" method="post" action="this page"> <input type="hidden"...
Paul Manzotti
heronoseven
Offline Send Email
Aug 8, 2004
9:24 am
9568
To retrieve the recs from the db, the form needs to be posted. Infact, I have tried something of this kind, which wasn't successful. If u want to use the...
ILyas
iluilyas
Offline Send Email
Aug 8, 2004
9:25 am
9569
Hi everyone, I managed to get and display images from database to an ASP page but I want it to display on thumbnail on a 3 X 3 format, any suggestions/ideas...
Melvin Ocampo
vhyn99
Offline Send Email
Aug 9, 2004
7:55 am
9570
If you are using Windows XP Home Edition, you should be able to install PWS (Personal Web Server) through Add/Remove Programs. PWS supports ASP. Soren yclee82...
soren.j.winslow@...
sorenwinslow
Offline Send Email
Aug 9, 2004
3:59 pm
9571
If you are wanting to learn ASP.NET you could use WebMatrix http://www.asp.net/webmatrix/default.aspx?tabIndex=4&tabId=46. Bruce ... From: yclee82...
Merritt, Bruce
bpm9648
Offline Send Email
Aug 9, 2004
4:14 pm
9572
Can anyone tell me how to use the select case statement in java? In VB is Select case choice case 1: case 2: end select Java ???...
Arnnie Martinez
arnniemartinez
Offline Send Email
Aug 11, 2004
3:23 pm
9573
... You need to look up switch case on google. manzo...
Paul Manzotti
heronoseven
Offline Send Email
Aug 11, 2004
3:27 pm
9574
Is there a way to do something like this SQL statement with an array? SELECT * WHEN ID IN (1,2,3,4) I want to have an array of ID's, and if a variable is in...
Chris Hagwood
chris_hagwood
Offline Send Email
Aug 11, 2004
6:41 pm
9575
... I'm pretty certain that you can do that: SELECT * FROM table WHERE ID IN (1,2,3,4) Should do the trick, I think. You pass the array in as a comma-delimited...
Paul Manzotti
heronoseven
Offline Send Email
Aug 11, 2004
6:50 pm
9576
Paul, ... I must not have explained what I'm doing correctly. I'll know the test value, but I won't know the values in the array because they'll be built...
Chris Hagwood
chris_hagwood
Offline Send Email
Aug 11, 2004
7:22 pm
9577
If I understand you right, you can do: sSQL = "SELECT [name],[your],[columns] FROM [theTable] WHERE ID IN (" & Join(YourArray,",") & ")" Ray at work...
Ray at work
ray_at_place
Offline Send Email
Aug 11, 2004
7:26 pm
Messages 9547 - 9577 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