I'm retrieving records from an Access database based criteria being passed from a search form, and in vs.net I'm getting the purple lines under the three form fields in my dynamic SQL string.
Const strSQL As String = "SELECT * FROM Client WHERE ClientName LIKE '%" & frmName.Text &...
Is there a way to have a formfield of european date formatted text be stored as such, so it outputs in the sameformat? When I output it from the database it's reversing the month and day back to US standard.
How does ASP handle listbox values when passed through a submitted form? Does it create an array or list of the values. I'm going on the fact of my dropdown allowing multiple selections. How would the syntax for it look, too?
I'm receiving a very strange error when trying to delete files from a certain folder.
On a template called purgefiles.asp, I have a line of code to delete everything from a folder:
fs.DeleteFile("w:\inetpub\wwwroot\images\*.png")
However, when I execute purgefiles.asp in the...
I have a For...Next loop around some HTML code for output, and just before the response.write line, I have an If condition to alter the output for one variable when the condition is met.
totalpages = 48, maxpage = 5 (just for your reference)
<%
startPage = 1
endPage = startPage + (maxPage - 1)...
When a user exits a certain page, I want all the images they uploaded to a particular folder to delete automatically, whether by the onUnload javascript, or some ASP/VBScript combination. Thanks in advance.
This is a slightly more accurate description of my previous posts, since I goofed on the terminology which I think threw some of you off.
How can I upload images from remote servers to my own server? Do I need a full URL path for the image I have to upload? Plus, can image types be...
Is there a way in ASP to convert an image's type on the fly? For example, I have an IMG tag displaying an image from a remote server and need to change it from JPG to GIF. Can this be done? And if so, how?
I'm trying to save images that are dynamically called from a remote server via query string. For example:
http://blahblah.com/scripts/docsearch.dll/GetImage?Doc_ID=2&page=1
How can I get ASP to get the physical name of this image to either place in a IMG tag, or to store directly on the hard...
Does anyone have a good custom app in ASP that they use for image resizing? I found one ASPJpeg, and it looks good, but the fundage for buying it after the expiration date is costly. Recommendations?
I am running an ASP application that extracts images from a remote server. The top frame of the page shows the number of the image to view (as a link), and the bottom frame links directly to the selected image (it uses IE's internal TIFF viewer to display the .TIFF image.
The problem I'm...
I'm running an ASP-driven site that creates a frameset; the top frame lists all the possible images retrieved for a given search and lists them as links. The bottom frame shows the actual image. This image is dynamically pulled from a remote server for display. These images are only stored on...
In Word I'm trying to create a hyperlink that pops up an email window with the document attached. I have the basic function down with these lines:
Options.SendMailAttach = True
ActiveDocument.SendMail
All I need now is to have a recipient email address that goes with it. It's always the same...
How can I get a popup textfield that I created in a form (being executed via macro) allow the user to type in multiple lines? No matter how high I make it, I an only type one straight line of text.
I'm trying to create a word macro that creates two checkboxes, only one of which is checked at any given time.
When I use the "Form" toolbox, it places this gray checkbox that isn't clickable. When I use the "Control" toolbox, it presents me with the option to place the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.