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 11905 - 11934 of 12395   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
11905
You don't need to do a request.form("name") in asp.net although it wouldn't surpirse me if it still works. You get values from form control directly. Use this...
Mark E
meckeard2000
Offline Send Email
Dec 1, 2006
12:45 pm
11906
how would you format a asp page to display information for printing? What about a web based application? _,_._,___ ... -- Sincerely, Steve Payne PO BOX 18543 ...
Steve Payne
steverpayne
Offline Send Email
Dec 6, 2006
11:06 pm
11907
Hi Steve, ... I'd use the same method as any other server-side language - stylesheets. At the bottom of your stylesheet, use an "@media" rule with ...
Shawn K. Hall
shawn_ra
Online Now Send Email
Dec 7, 2006
6:18 am
11908
"Searching for Multiple Words with Rating in an Access Database" http://www.asptoday.com/Content.aspx?id=310 Does anyone know how to get a copy of this...
pcjr10
Offline Send Email
Jan 8, 2007
1:54 am
11909
Hi there According to the site, you have to be a *subscriber* to read that article, not just a regular registered user. In other words, you must pay to read...
mark wills
markrobertwills
Offline Send Email
Jan 8, 2007
2:50 pm
11910
I just can see it... I get the following error: Microsoft VBScript runtime (0x800A0005) Invalid procedure call or argument: 'Mid' /planet-99/untitled.asp, line...
mark wills
markrobertwills
Offline Send Email
Jan 9, 2007
11:51 am
11911
Almost certainly either or both of LeftPointer or RightPointer are not what you expect them to be and are therefore generating invalid parameters in the Mid...
David Smart
smartware_co...
Offline Send Email
Jan 10, 2007
9:16 am
11912
Yeah, I guess you're right... I've just come across this great sounding debugger for classic ASP: Team Remote ASP Debugger - has everything you can think of,...
mark wills
markrobertwills
Offline Send Email
Jan 10, 2007
11:30 am
11913
Is it possible to download and unzip a file using either VBS or ASP? The file is available from a internet web server, and I'm trying to automate the ...
Chris Hagwood
chris_hagwood
Offline Send Email
Jan 11, 2007
9:55 pm
11914
There is a program called ZIP (free I think) which I use when I want to control zipping from a batch file. I haven't yet found any incompatibilities between...
David Smart
smartware_co...
Offline Send Email
Jan 12, 2007
9:32 am
11915
Thanks David, I'm familiar with freezip. I think I can automate that part. Any ideas on downloading a file from vbs? I think I've found something, but I...
Chris Hagwood
chris_hagwood
Offline Send Email
Jan 12, 2007
2:04 pm
11916
Hello All: I am not sure if this can be done in a css Class, but thought I would ask. I have a bar on my webpage that is about 35 pixels high that spans the ...
Mills, Andy R. (Regen...
montyphython...
Offline Send Email
Jan 12, 2007
2:25 pm
11917
Take a look at http://www.designdetector.com/2005/09/css-gradients-demo.php ... From: Mills, Andy R. (Regency) To: active-server-pages@yahoogroups.com Sent:...
Bob Filipiak
bobfilipiak
Offline Send Email
Jan 12, 2007
3:38 pm
11918
Hello All: How exactly does the <asp:Menu > tag render HTML? When I simply do the following: <tr> <td class="menuBar" colspan="2"> <table border="0"...
Mills, Andy R. (Regen...
montyphython...
Offline Send Email
Jan 12, 2007
4:42 pm
11919
Nevermind...... I had to remove the <TABLE> tag. Wouldn't have thought that would cause an issue, but apparently it does ;-) From: Mills, Andy R. (Regency) ...
Mills, Andy R. (Regen...
montyphython...
Offline Send Email
Jan 12, 2007
4:54 pm
11920
I think it's because your table was empty - i.e. it contained no <tr> and <td> tags. Mark ... Mark Wills, MSc MIAP http://www.markwills.co.uk ...
mark wills
markrobertwills
Offline Send Email
Jan 12, 2007
7:35 pm
11921
In the code below, if I pass the whole string, the wrap routine fails. If I restrict the amount of data passed in with MID, to ~1000 characters, the wrap...
mark wills
markrobertwills
Offline Send Email
Jan 12, 2007
11:14 pm
11922
Not sure that we're talking about the same thing, so ... ... Do you mean transferring a file from the user's computer to the ASP server using the user's...
David Smart
smartware_co...
Offline Send Email
Jan 12, 2007
11:50 pm
11923
Thanks David, I did find a script to download a file. I'm getting a data file from a remote web server, so I needed something that would automate that task. ...
Chris Hagwood
chris_hagwood
Offline Send Email
Jan 13, 2007
12:17 am
11924
This list has gone VERY quiet... I think I have been a member for about 4-5 years, and just lately it has really died off... What's happening? Are we all...
mark wills
markrobertwills
Offline Send Email
Jan 17, 2007
10:43 am
11925
I just tried again, using a zip file as the candidate file. It worked fine. Is this problem something to do with mime types? If so, could I have link call a...
mark wills
markrobertwills
Offline Send Email
Jan 17, 2007
10:54 am
11926
Hi Mark, ... Yes. IIS 6, by default, forbids access to file types which are not recognized. You have two options: 1) add a type association for the file or 2)...
Shawn K. Hall
shawn_ra
Online Now Send Email
Jan 17, 2007
11:26 am
11927
Thanks Shawn, I'm not sure I understand all that, as I have very rarely (if ever?) had to deal with content headers and the like... Looking at your code, it...
mark wills
markrobertwills
Offline Send Email
Jan 17, 2007
1:17 pm
11928
Hello All: I am re-writing my ASP.Net 1.1 application into ASP.Net 2.0. My website has a lot of photos that I display as thumbnails (133 x 100) and then when a...
Mills, Andy R. (Regen...
montyphython...
Offline Send Email
Jan 17, 2007
4:10 pm
11929
Here is something that use, that maybe you can adapt. I have a page that lists files available for download. So I can easier keep statistics of downloaded...
soren.j.winslow@...
sorenwinslow
Offline Send Email
Jan 17, 2007
4:48 pm
11930
Thanks, I'm doing exactly the same - store information about the file in a database, but the file itself is stored on the hard disk. I'll check out your code. ...
mark wills
markrobertwills
Offline Send Email
Jan 17, 2007
5:22 pm
11931
Hello All: I am using the asp:Menu control to build my navigation system for my site. I am using a sitemap file to build the menus, but have found that if I...
Mills, Andy R. (Regen...
montyphython...
Offline Send Email
Jan 17, 2007
7:00 pm
11932
Hi all, I have recently found that I have to send information from a web form on a clients web site to their SBS exchange server. The web site is being hosted...
Bob
twingirls1999
Offline Send Email
Jan 18, 2007
12:51 am
11933
Two simple things: Your link is missing the "http://" Use double quotes instead of single quotes for the address. Soren mark wills...
soren.j.winslow@...
sorenwinslow
Offline Send Email
Jan 18, 2007
3:15 am
11934
Okay then, perhaps I should kick off a conversation starter by asking people about shopping carts and which ones people use. I would like a fairly consistant...
Stuart Steele
stuartdsteele
Offline Send Email
Jan 18, 2007
3:15 am
Messages 11905 - 11934 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