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...
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...
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...
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....
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 ...
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...
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 ...
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"...
Cool. Thanks for all the help. Thanks Andy _____ From: active-server-pages@yahoogroups.com [mailto:active-server-pages@yahoogroups.com] On Behalf Of David...
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...
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...
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...
Session, Cookie, Application, etc... objects all - however, I can assign property values with the Session("bubba") = "Gump" statement. Does anyone know of a...
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 %>...
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...
Not quite using the = assignment operator like you wanted, but: in file clsUser.asp --- <% Class User Private this ' a Scripting.Dictionary object Private...
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...
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...
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...
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 ...
The same thing, I tried that as well :-( Thanks Andy ... From: David Smart <smartware.consulting@...> To: active-server-pages@yahoogroups.com Sent: Tue,...
... 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...
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,...
Andy, Here a link that discusses setting permission using code. http://msdn2.microsoft.com/en-us/library/system.web.aspnethostingpermission.aspx Bruce ... ...
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...