Groups | Blog | Home


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007


all groups > inetserver asp general > january 2004 > threads for thursday january 22

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31

How to develop and use Activex Control in ASP
Posted by loveneesh bansal at 1/22/2004 11:09:17 PM
Hi Experts, I want to write an activex control. This actiovex comntrol will be a simple drop down and when i select a value from this drop down the value in another drop down will be fill up based on this value with page refreshing. I have no idea how to develop such type of activex c...more >>

sql injection
Posted by gdp at 1/22/2004 9:39:33 PM
hi...when guarding against sql injection attack from modified form or querystring variables is it enough to strip out just apostrophes...if the variable USERNAME is the name of a text box passed to a script is the below always safe... q1="select * from TABLENAME where username='" & trim(repla...more >>

Adding a namespace to an xml file
Posted by Shawn at 1/22/2004 7:09:39 PM
Hi! I've spent several hours finding a solution to this problem without any luck. Hopefully someone here can provide me with an answer. When I run this code I get an error saying: "Reference to undeclared namespace prefix: 'esu'." My question is simple: How do I add a namespace?? This is wh...more >>

Re: he expression is typed incorrectly or it is too complex to be evaluated
Posted by Bob Barrows at 1/22/2004 6:53:48 PM
aa wrote: > Bob, > Your suggestion to let you hev my DB already had a positive outcome. > While cleaning the DB I found that I confused the name of the query > with the name of the table (the difference was just one letter) - so > I sorted out the problem of too many prompts. > > However this...more >>

Currency Rate
Posted by Andie at 1/22/2004 6:11:57 PM
Hello All, I am writing a script than connects to my database and pulls prices in pounds, does anyone know how I can get the current exchange rate so I can have a dual currency on my site. I would like to have prices in say pounds & euros. Is there a site that my website can connect to, to ...more >>

Hiding our ASP Code
Posted by Anchorman at 1/22/2004 5:42:41 PM
We have a customer that wants us to put our ASP application on their server, so they can have direct access to the database. However, we don't want to leave our code wide open for them to copy and/or modify. I have heard that there are ways to protect our ASP code, but I don't know what they ar...more >>

run ASP and ASPX on same site?
Posted by middletree at 1/22/2004 3:54:06 PM
It's a long story about why I'm asking, but if a .NET-built site is running on Windows 2000/IIS, can I put up some classic ASP pages? It will be under the same domain name, just on the aspx pages, they will have a hyperlink to my ASP pages, just like if they linked to any other web pages. I ju...more >>

Access Database Connection probs
Posted by Guy Hocking at 1/22/2004 3:50:21 PM
Hi there, i am creating a database driven login page. I am using code that has been successful in the past, however when i upload it to our web server it displys the following message in the page = ****** Microsoft OLE DB Provider for ODBC Drivers error '80004005' [Microsoft][ODBC Micros...more >>



/coolpier_scripts/_handlers/Email_Handler.asp -- Check it out -- Help test !!!
Posted by z NO[at]SPAM z.com at 1/22/2004 3:45:57 PM
((the help test message is towards the bottom of the page ... ASPMail part of this subroutine is untested as of yet)) ((also, the subroutine itself is at the bottom of this post as well)) I have heard a lot on this group about people using their email components ... well, I thought I would...more >>

Check this internet pack which came from Microsoft Corp.
Posted by Jiri kantor at 1/22/2004 3:43:09 PM
MS Customer this is the latest version of security update, the "January 2004, Cumulative Patch" update which fixes all known security vulnerabilities affecting MS Internet Explorer, MS Outlook and MS Outlook Express as well as three newly discovered vulnerabilities. Install now to continue k...more >>

VBscript and JScript
Posted by Christopher Brandsdal at 1/22/2004 2:50:02 PM
Hi! Maby this is wring newsgroup.. I'm using ASP / VBscript on my own cms system, but I needed to use some jscript to make something work... I'm new to jscript, so here is a simple question: (1) I want to count how many characters there is in a string. In ASP I just use <%=Len(Variabel)%...more >>

protecting images with asp
Posted by Roland Hall at 1/22/2004 2:23:24 PM
I read Aaron's article: http://www.aspfaq.com/show.asp?id=2276 re: protecting images from linked to by other sites. There is a link at the bottom of that page that references an interesting article about ways of protecting your images from being downloaded. It was my understanding that if the ...more >>

ASP Recordset Insert
Posted by Biggie at 1/22/2004 2:12:31 PM
I'm using ASP 3.0 and SQL Server 2000. I do a insert from a form into a table. When I do the insert I get a error that the primary key cannot be Null. Does anybody have any good articles or tips on how to do a insert when you have a primary key that is auto increment? Or how to handle the prim...more >>

Configuring OWA 2003 FE server on IIS 6.0 for auto-redirect?
Posted by Robert Gordon at 1/22/2004 2:05:57 PM
I now realize I probably should have tried posting this on the IIS board first.. I am running OWA 2003 Server as Front End server to my Exchange 2000 native domain. The FE server is secured by a 128 bit SSL cert. The OWA 2003 server is running on Windows 2003 server in a Windows 2003 native ...more >>

Creating true image thumbnails (smaller size)
Posted by Christina at 1/22/2004 1:46:29 PM
How can my ASP serverscript read a JPG file and create a small thumbnail image? I don't mean simple resizing, but true resizing so that the image actually gets smaller in size. Is this possible without the use of a 3rd party component? Does anyone have a code example for me? Best regards,...more >>

http or https
Posted by shank at 1/22/2004 1:45:43 PM
I'm trying to detect if the user is utilizing HTTP or HTTPS in the address bar. The following code responds true regardless of whether I use HTTP or HTTPS. What should I be using? In the end, if the user types in HTTP, I will redirect them to HTTPS. <% If Request.Servervariables("https") <> ...more >>

Setting up Development PC
Posted by Tom at 1/22/2004 1:26:09 PM
I'm a VB/SQL programmer, but not familiar with WEB programming or the Microsoft products for this. I'm trying to set up a development workstation to create and test .asp files running server side VBScripting. My PC has Win2k Pro and Visual Studio Enterprise Ed. Does anyone know what other softwar...more >>

CDONTS.Send w URL in Body
Posted by Mario Leduc at 1/22/2004 12:58:34 PM
Hi, I have a page that sends user comments with CDONTS, works fine. Until I put a URL (http://192.168.0.1). If I use http://domain.com it works fine. Why with the numeric URL, CDONTS does not send the mail?? Thanks Mario ...more >>

aspx displays by clicking on file but not through localhost
Posted by Vance Collins at 1/22/2004 12:53:30 PM
I have just converted from Linux and Apache to MS 2000 running Visual Studio .NET on IIS 5.0. I have installed the .NET Framework and the .NET SDK. I have an extremely simple problem. I can view an aspx file by double clicking on it, but I get a 500 error when I type its name in the bro...more >>

can ASP use access queries?
Posted by mmm, Pie at 1/22/2004 12:48:42 PM
I never ever thought about this, but recently I made a query in access so I can make a customer mailing list based on relational information and it was so easy to make the query and join tables and assign criterea using access. And I haven't tried or thought about this cause in my own small asp p...more >>

Classic ASP in VS.net
Posted by Scott at 1/22/2004 12:48:08 PM
Can you develop Classic ASP pages using VS.net? ...more >>

variable in include file
Posted by Frank at 1/22/2004 12:33:12 PM
Hi, It is possible to add variable into the include file. <!--#include file="../info/<%=strfoldername%>/notetosomeone.asp"--> strfoldername is from my database. It doesn't work. Anyone knows how to solve this problem. Or has other way to do it. Thanks, Frank ...more >>

multiple table connections
Posted by vncntj NO[at]SPAM hotmail.com at 1/22/2004 11:33:54 AM
I have this: <% Dim objConn, RS, strQ, strConnection Set objConn = Server.CreateObject("ADODB.Connection") strConnection = "DSN=Development;Database=PMA_Internet;" objConn.Open strConnection Set RS = Server.CreateObject("ADODB.Recordset") Set RS.ActiveConnection = objConn strQ = "Sele...more >>

CDO - HTML formatted
Posted by Niel at 1/22/2004 11:24:53 AM
Hello friends, Don't know if i am posting to the right group, but if anyone has an idea about this please let me know. I just wanted to ask that is it true that it is not possible to send HTML Formatted emails from ASP through CDO. (CDOSYS). I mean I am able to send the email which is HTML ...more >>

annoying delay during refresh of aspx web page with ODBC Access query on IIS Windows 2003
Posted by Wolfgang Kaml at 1/22/2004 11:14:58 AM
Hello All, I have been working on this for almost a week now and I haven't anything up my sleeves anymore that I could test in addition or change.... Since I am not sure, if this is a Windows 2003 Server or ADO or ODBC issue, I am posting this on all of the three newsgroups. That's the setu...more >>

why wont this work ?
Posted by Graham Mattingley at 1/22/2004 11:04:33 AM
Hi Group, I have this code, that was pointed out to me, but it returns the error ADODB.Stream error '800a0bba' File could not be opened. /image_counter/default.asp, line 5 I have the IUSR permission set the the file "e:/test.gif" - but it dont seem to work.. any ideas please :-) ...more >>

Retrieving all ID Session of a server
Posted by Alfredo Agosti at 1/22/2004 10:05:49 AM
Hi all, I wonder if it's possible to show in a windows all the Session ID of the people connected to my site along with some other information (IP etc). I didn't find how to retrieve all the Session ID but I have examples on how to get the current ID for my session. Any help could be apprecia...more >>

ASP SessionId
Posted by Dave at 1/22/2004 8:52:03 AM
Hi all, we are implementing WSDPro here for load balancing. So, when someone comes in they may get redirected to www1.domain.com, www2.domain.com, etc. When they first come in, they hit www.domain.com, and then get redirected to 1, 2, 3 , etc. The problem is, in our solution, we are set...more >>

Http error
Posted by Anton van der Merwe at 1/22/2004 12:37:44 AM
I'm getting the foolowing error when trying to view an asp page on a windows2003 server. On our previous IIS server (Windows 2000) the error was described in detail. Windows 2003 ------------ The page cannot be displayed There is a problem with the page you are trying to reach and it...more >>


DevelopmentNow Blog