Hi, Im working on a project and Ive come to a bit of a stumbling point. The site is .asp/vbscript and gets data from an Access database. We arent expecting...
Hi Andy, ... Toggle "AND"/"OR" to obtain an "all words" vs "any words" option. SQLEncode() is a function that takes a string parameter to encode characters...
Thanks, Shawn, as always! ... From: active-server-pages@yahoogroups.com [mailto:active-server-pages@yahoogroups.com] On Behalf Of Shawn K. Hall Sent: Tuesday,...
Hello all: This is the first time I have had to do this in the .Net world, so I am not sure how to go about doing it. I know know I used to do it in the old...
IMHPO most folks don't like pop up windows. Having said that you could use panels to display the main page and the 'Comments' input on the same .aspx page by...
At work I have the same problem. If the files were on a server with ASP - I think I could do it. However, I want to retrieve a file on another computer. It is...
Hi Lynn, ... You can create a user of the same name as your web user (with the same password) in order to bypass the security issues. HOWEVER, it's important...
Ok, this may be slightly off topic. But, does anyone know how to get a physical location guess from an IP Address? I have seen some ads on some websites show...
Hi Soren, ... Not exactly, it's a geo-IP service. IP addresses are physically mapped to geographic locations. Well, for the most part. The IP, once assigned to...
Hello All: I am not sure how to go about doing this, nor what to actually research to find the information needed to figure it out on my own, so I am hoping I...
I'm not sure why the problem, but I am not able to read a text file. Below is the code: For Each objFile in objFolderContents If LCase(Right(objFile.Name, 4) =...
I tried the following: imageslocation = "c:/inetpub/wwwroot/sesius/About/EmpImages" If objFSO.FileExists(imageslocation & "/Text.txt") Then Set objText =...
Found the answer. Cheers - george ... You surely execute this code with 'On error resume next' otherwise this line: Set objText = objFile.OpenTextFile(objFile,...
i have an XML returned from a method that is being loaded directly into a string. i would rather not save this out to a file, or break the method into a...
ok, I pulled my head out and found what I was looking for :| yup, a newb Scott McDonald Corporate WebMaster Lowen Corporation Phone: 620-663-2161 x2935 Fax:...
Hello All: I know this is OT, but I am having trouble finding the answer online and hoping someone can answer it for me. I am familiar with how SQL does an...
I am going to build an home server in our little coop located in Minneapolis, MN. I am open to suggestions. I know that some of you are not exactly techies,...
I have a section of our intranet that I have removed anonymous access so I can grab the visitors network username. I have done this because some visitors have...
Hi Rhea, ... ...has plenty of memory and processor speed left over, I'd recommend you use Virtual Machines for your "server." http://microsoft.com/virtualpc ...
I am not sure if this is the place to ask this question but I have no were else to go - recently IE will not open any local asp pages. It will open pages from...
... ASP pages are NEVER processed directly. They have to go through the IIS ASP Engine, which means they have to be processed by a server. You might try...
Hello All: I am trying to create a report, but not sure how to go about doing it. I am not sure which ASP.Net control will do what I want and how to only show...
Hi Everyone, Im a bit stuck on something here. I need to write a page on a site that will select a comma delimited .csv or .txt file from the users hard drive...
I have a form on my page that captures information and is then sent to an access database. One field is a text field...and I need some way of capturing the...
Hi everyone I think I am missing something obvious but I cannot see it this query SELECT tblASINRequests.fldASIN, Format(fldTimeStamp,"yyyy-mm") AS period, ...