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...
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 12147 - 12176 of 12403   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
12147
Do you have a graphic of the site design we could look at at all? There are a lot of different ways to do most of the things you ask about, and which ones are...
Dan Powderhill
danaspelite
Offline Send Email
Jun 1, 2007
9:10 am
12148
Hello All: I have the following DataList. In the <TD class="photo"> line, I would like to be able to add some code where I can gather the actual size of the...
The Mills
mothernature...
Offline Send Email
Jun 1, 2007
9:17 pm
12149
This is supposition, based on general experience, rather than familiarity with DataBinder. But ... You haven't shown us the code of popImage. Can we assume...
David Smart
smartware_co...
Offline Send Email
Jun 2, 2007
12:04 am
12150
Dave: Thanks for the reply. To answer your question, yes: I can add any parameter to my popImage function. It is simply a JavaScript openWindow function....
The Mills
mothernature...
Offline Send Email
Jun 2, 2007
1:27 pm
12151
Hi Andy, ... I would change that, before worrying about how to navigate the FS to determine the height and widht dynamically on the server. You're talking ...
Shawn K. Hall
shawn_ra
Online Now Send Email
Jun 2, 2007
1:35 pm
12152
Ah, OK. I missed the significance of what DataBinder was. I've had some limited success with determining width and height in JavaScript, although I've also...
David Smart
smartware_co...
Offline Send Email
Jun 2, 2007
2:36 pm
12153
Shawn: That makes perfect sense going forward, however: I don’t know what to do about the 1000+ images I have currently saved that would not have this ...
The Mills
mothernature...
Offline Send Email
Jun 3, 2007
4:16 am
12154
Easy way to find the odd ones is to change Explorer view to thumbnails, and just scroll through them. They'll stand out. Regards, Dave S ... From: "The Mills"...
David Smart
smartware_co...
Offline Send Email
Jun 3, 2007
6:38 am
12155
Cool. Thanks for all the help. Thanks Andy _____ From: active-server-pages@yahoogroups.com [mailto:active-server-pages@yahoogroups.com] On Behalf Of David...
The Mills
mothernature...
Offline Send Email
Jun 3, 2007
3:57 pm
12156
I sort cheated with the images on my site, I only ever specify a width, now am a little more consistant in the taking of shots these days but would also state...
Stuart Steele
stuartdsteele
Offline Send Email
Jun 4, 2007
6:27 pm
12157
Hello All: I am using a Web.Sitemap to build my navigation system. Is there a way to build the navigation system of the Web.Sitemap based upon the login...
The Mills
mothernature...
Offline Send Email
Jun 6, 2007
9:06 am
12158
Hello Guys: I am using a GRIDVIEW in my ASP.Net 2.0 application. As you know, Microsoft didn't allow a GRIDVIEW to natively support the Insertion of rows. So...
The Mills
mothernature...
Offline Send Email
Jun 8, 2007
7:04 am
12159
Session, Cookie, Application, etc... objects all - however, I can assign property values with the Session("bubba") = "Gump" statement. Does anyone know of a...
Scott McDonald
voxecho
Offline Send Email
Jun 11, 2007
10:35 pm
12160
Creating a session id is easy. 1. dim 2. Assign 3. use it dim bubba bubba = "Gump" if Session("bubba") = "Gump" Then Do not to forget to: <% Session.Abandon %>...
Maria L Gaycheck
rgaycheck
Offline Send Email
Jun 11, 2007
10:48 pm
12161
You can use a dictionary object to achieve the same functionality as the session object (without it persisting of course). Take a look here: ...
Dan Powderhill
danaspelite
Offline Send Email
Jun 12, 2007
8:00 am
12162
Thank you, but I don't want to use a session object. I would like to emulate the session objects ability to take any identifier in quotes, and apply a value...
Scott McDonald
voxecho
Offline Send Email
Jun 12, 2007
1:46 pm
12163
Not quite using the = assignment operator like you wanted, but: in file clsUser.asp --- <% Class User Private this ' a Scripting.Dictionary object Private...
shortestpath
Offline Send Email
Jun 12, 2007
3:14 pm
12164
Thanks Yes, that's how I've been doing it... I suppose there is no solution which will allow custom classes to act in a way similar to native objects.. bunk...
Scott McDonald
voxecho
Offline Send Email
Jun 12, 2007
5:00 pm
12165
Hello All: Before you read further, this is not a plug / spam. I have an issue with my website that is bothering me and not sure what is going on with it, but...
The Mills
mothernature...
Offline Send Email
Jun 19, 2007
2:24 am
12166
That's a basic function of browsers. If you were loading the image into an HTML page (and not just loading the image itself) you would be able to set margin...
Moshe Tapnack
tapnack
Offline Send Email
Jun 19, 2007
8:30 am
12167
Hi Andy, ... I've got a better idea. Instead of popping the image up (which is going to be blocked by some browsers and security software), use a script to ...
Shawn K. Hall
shawn_ra
Online Now Send Email
Jun 19, 2007
9:54 am
12168
What happens if you add a constant to the width and height in the window.open call? Regards, Dave S ... From: "The Mills" <chbmills@...> To:...
David Smart
smartware_co...
Offline Send Email
Jun 19, 2007
10:00 am
12169
Wow, that's a great script Shawn, thanks for the heads-up :-) Mark ... From: Shawn K. Hall <shawn@...> To: active-server-pages@yahoogroups.com ...
mark wills
markrobertwills
Offline Send Email
Jun 19, 2007
11:38 am
12170
The same thing, I tried that as well :-( Thanks Andy ... From: David Smart <smartware.consulting@...> To: active-server-pages@yahoogroups.com Sent: Tue,...
The Mills
mothernature...
Offline Send Email
Jun 19, 2007
12:13 pm
12171
Shawn: That IS awesome. I am going to download it and try it. Thanks for showing it to me. Thanks Andy ... From: Shawn K. Hall <shawn@...> ...
The Mills
mothernature...
Offline Send Email
Jun 19, 2007
12:14 pm
12172
Shawn: Thanks again for suggesting that. That looks AWESOME on my site. Thanks Andy _____ From: active-server-pages@yahoogroups.com ...
The Mills
mothernature...
Offline Send Email
Jun 20, 2007
6:16 am
12173
... My pleasure, Andy. ... It does. However, I did some digging around with the scripts the other day and found another one. This one is at least twice the...
Shawn K. Hall
shawn_ra
Online Now Send Email
Jun 20, 2007
10:50 am
12174
I am writing an ASP.Net website that uploads a file. This file is a photo, then on the backend, my code resizes this photo. When originally developed,...
The Mills
mothernature...
Offline Send Email
Jun 20, 2007
7:30 pm
12175
Andy, Here a link that discusses setting permission using code. http://msdn2.microsoft.com/en-us/library/system.web.aspnethostingpermission.aspx Bruce ... ...
Merritt, Bruce
bpm9648
Offline Send Email
Jun 20, 2007
11:23 pm
12176
Bruce: Thanks for that link. I searched high and low and couldn’t find something like that. I appreciate the help. I am going to try this tomorrow and see...
The Mills
mothernature...
Offline Send Email
Jun 21, 2007
1:09 am
Messages 12147 - 12176 of 12403   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