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 8435 - 8464 of 8655   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
8435
Hello, AspClassicAnyQuestionIsOk@yahoogroups.com! PogoWolf wants you to check out Raptr, the best place for people who like to play and discover games. ...
pogowolf@...
pogowolf
Offline Send Email
Nov 10, 2008
6:12 pm
8436
hi, I am running a script by which a file will be created from database(MsSQL 2000/2005) and will be available for download. but problem is it is putting load...
staywithmohit
Offline Send Email
Dec 4, 2008
5:03 pm
8437
Restart IIS. And use vbscript instead of asp to create the file ? Van: AspClassicAnyQuestionIsOk@yahoogroups.com ...
Mischa Kroon
aemca_san
Offline Send Email
Dec 4, 2008
5:09 pm
8438
Did you consider not using the filesystem and instead return the "file" as a response stream? You can set the mime type and Response.Write the byte array read...
mallard
ttmallard
Offline Send Email
Dec 4, 2008
5:38 pm
8439
hi all, Agreed that restarting IIS will solve my problem. I am simplifying my question, Now i am displaying a page. That page will fetch records from DB and...
Mohit Agarwal
staywithmohit
Offline Send Email
Dec 5, 2008
8:26 am
8440
Hi everyone, I'm trying to code a simple ASP page to request an XML page from a remote server and save it to an XML file on my server. What code do I use to do...
Lara
ljuliusson1
Offline Send Email
Dec 5, 2008
6:21 pm
8441
What might help is using this component: http://www.alphasierrapapa.com/IisDev/Components/AspTear/ When you have the information as a string just save it as a...
Mischa Kroon
aemca_san
Offline Send Email
Dec 5, 2008
9:47 pm
8442
Hi: This is related to programming, I am just newbie on this area, and I want to apply hash on my PDF filenaming, I create a function prototype something like...
dolen2000
Offline Send Email
Dec 6, 2008
4:03 pm
8443
If 'salt' is nothing it can throw that error ... so, maybe add an error handling wrapper If Not (salt Is Nothing) And (salt.Length > 0) Then 'normal processing...
mallard
ttmallard
Offline Send Email
Dec 6, 2008
5:18 pm
8444
Need help: I've got to 1) create an ASP.NET/C# webservice that will receive a SQL string, execute it, and return an ADO (NOT ADO.NET, NOT DATASET) Recordset...
erickestler
Offline Send Email
Dec 9, 2008
6:31 pm
8445
Hi All, I'm required to develop Content Management System(CMS) for one of my latest web site. Actually, I've never done this before and completely new to this...
javediq_143
Offline Send Email
Dec 15, 2008
1:09 pm
8446
Since you're considering adding a field, instead of an incremented field can I suggest you add a datetime field? Then in your UPDATE statement, update the...
mallard
ttmallard
Offline Send Email
Dec 15, 2008
3:31 pm
8447
Hello Tom, Thanks for the reply. I didn't get why you want me to add a Datetime field? I think you must have got my question wrong. Let me try to explain you...
javediq_143
Offline Send Email
Dec 16, 2008
7:31 am
8448
OK, sorry, thought you meant in the order the admin created them for some reason. Anyway, it seems better to create a new relational table with the primary key...
mallard
ttmallard
Offline Send Email
Dec 16, 2008
1:04 pm
8449
Just add a new field to your table and call is priority or sort_order.  Add a small text box to the page where the admin enters records and have them supply...
Mark E
meckeard2000
Offline Send Email
Dec 16, 2008
1:30 pm
8450
Anyone have practical examples of how to return and process an ADODB Recordset from .Net (C# in particular) in Classic ASP? Working examples would be...
erickestler
Offline Send Email
Dec 16, 2008
2:25 pm
8451
I truly need help on this tonight.   How do I link this so that it can appear as a .doc or .pdf file?   <%=rs.Fields("file")%> &nbsp;</td>   Thanks, Tammy ...
Tammy Barbee
tgmiller5
Offline Send Email
Dec 18, 2008
12:52 am
8452
You can do this if all you want to do is use your recordset field as a link to the doc:   <a href="<%=rs.Fields( "file")%>" target="_blank"><%=rs.Fields(...
Mark E
meckeard2000
Offline Send Email
Dec 18, 2008
12:57 am
8453
That gets the value, but you also need to set the response type so it renders as a pdf or word doc if that's what it is. To do that you set...
mallard
ttmallard
Offline Send Email
Dec 18, 2008
1:32 am
8454
I have Disable Script Debugging (Internet Explorer and Other) unchecked, but the script errors are not appearing. I just keep getting the "The website cannot...
Darth Mikey D
darth_mikeyd
Online Now Send Email
Dec 18, 2008
5:21 am
8455
Hi All, I'm creating a survey form whose data needs to be store in database. I'm using ASP and MYSQL for this. My form page is working fine, I mean Javascript....
javediq_143
Offline Send Email
Jan 7, 2009
3:48 pm
8456
I am trying to run a stored procedure on SQL Server. Here is the procedure: set ANSI_NULLS ON set QUOTED_IDENTIFIER ON GO ALTER PROCEDURE [dbo].[vb_get_name] ...
Darth Mikey D
darth_mikeyd
Online Now Send Email
Jan 15, 2009
4:32 pm
8457
Only thing I see is I think you need to define the param as input-output, not just output. Most queries don't need the output param to get results like this,...
mallard
ttmallard
Offline Send Email
Jan 15, 2009
4:39 pm
8458
From: kathleendoherty199@...: FW: Visa ScamDate: Tue, 20 Jan 2009 20:12:26 +0000 From: hendersonr@...:...
Gavin Doherty
conedawg78
Offline Send Email
Jan 21, 2009
7:03 pm
8459
I am trying to read one ASP from another using the code below: <html><head> <TITLE>txtread.asp</TITLE> </head><body bgcolor="#FFFFFF"> <% ...
Jim
jim_a_h
Offline Send Email
Mar 4, 2009
11:04 pm
8460
Please help! At this point I'm banging my head against the wall!! The web address to the contact form is http://www.thevilla-austin.com/contactus.html The...
Jaime Hammond
jaimehammond
Offline Send Email
Mar 4, 2009
11:04 pm
8461
You just need to htmlencode the lines to display code: response.write HTMLEncode(thisline) & "<br>" I've noticed having to use replace() for some things to...
mallard
ttmallard
Offline Send Email
Mar 4, 2009
11:27 pm
8462
Add in some tracing code, write those to the screen, this will let you know if the email got to the server OK or not, the message object has .TimeSent which...
mallard
ttmallard
Offline Send Email
Mar 5, 2009
12:33 am
8463
Dear All, I have a table 'branch' with two fields: 1. branch_code 2. branch_name I have a page where I have a combo box with all branch codes. I want to show...
Sarfraz Memon
sarfraz_78
Offline Send Email
Mar 6, 2009
4:17 pm
8464
I'm going to assume this is a dropdownlist since there is no native combobox for the web ;) Is the user making the selection, or are you pulling it from...
Peter Brunone
peter_brunone
Offline Send Email
Mar 6, 2009
4:41 pm
Messages 8435 - 8464 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