I want to rename a folder. I've looked at the .Copyfolder and .Movefolder classes to try and rename it that way but it just doesn't work. So unless there is a flat out .Renamefolder class that I missed, I'm not sure where to go. Any ideas?
I am writing an archiving function that backs up the selected file to a variable folder (2006, 2007...) based on the year the user selects.
The <SELECT> form is located in default.asp and the actual archive function is located in fm_include.asp. fm_include.asp is an included file in...
I want to list within a page the folders and files that exist within a specific location. Currently I am able to list the files, but can't seem to get the folders to be listed as well. Any tips?
I have a form on a page. On the same page I have a function that needs the value from that form.
Is it possible to have that value passed or stored into a variable without going on to another processing page?
I'm not totally new to ASP and have passed and recieved values via Querystring many times, but this time I can't get it to work. I can see the value I want in the address bar so I know it is being passed but for some reason I cannot get it to display using a Response.Write.
Section of the URL I...
Unfortunately these Response.Write()'s you suggested only seem to return blank values which baffles me since this same connection works elsewhere in the same website.
I am trying to connect to an active connection already established by this include file.
Code:
<!--#include file="../Connections/V025U37YVR.asp"-->
set addEmail=Server.CreateObject("ADODB.Command")
addEmail.ActiveConnection = MM_V025U37YVR_STRING
addEmail.CommandText="UPDATE Login ..."...
I am attempting to grab the selected value from a <SELECT>...<OPTION> statement [DB generated] and pass that value along to the next page.
I cannot seem to grab the values while I am in the loop because it gives me all of them, not the one selected. I cannot grab it outside the loop because...
What is the correct syntax to capture the value from Server.Mappath to a variable?
I'm a newbie to ASP and I may be overlooking something very simple. This is how I am trying to capture the current URL but it gives me the following error.
My Code:
[tt]Set sPath =...
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.