All my testing could not reproduce the problem using exactly same code. Check the following: 1. Tools; Privacy setting in IE to see if youhave disabled...
Hi, I am Using Windows XP Professional Edition 2001. I got some assignment of ASP, but I can't execute it. As I mentioned I am using Windows XP Professional...
Dear Pals, What I need help from you is the following: 1) I am using CAPICOM in ASP and am trying to get the Data decrypted at server-end using CAPICOM.DLL. I...
Have you installed IIS? Plip. ... From: yarmkn <yarmkn@...> To: AspClassicAnyQuestionIsOk@yahoogroups.com Sent: Monday, January 27, 2003 8:46 AM Subject:...
Dear All I have a function, it accepts LongInt's as one of the variables. If I pass myFunc(30) to the function it works fine but if I set myNum = 30 and then ...
sir i am currently doing a project on creation of a frienship club web site .i would like to view a sample site which has used VBScript. ann ... Do you Yahoo!?...
Hi My company has 'inherited' hosting of a web site that was built by a now-failed dot-com - which unfortunately means that the original developers aren't...
Hi Everyone; FIRST QUESTION =============== My first question is what happened to those other asplists like aspnewbie aspandsql aspexperts etc etc etc. I don't...
... card#) ... is ... the ... AFAIK the way SSL works is that when the browser parses the URL and when it sees https:, it first establishes a secure...
... Yes. The way I explain it to people is to have them go to "cmd" prompt and tracert to their site. i.e. tracert learnasp.com on my machine results in ...
... I started http://groups.yahoo.com/group/MicrosoftCommunityComments to discuss the many negative things I saw MS do from 1997-2002 that caused me to be...
... BTW I really miss [AspSQLHowto] and [aspSQLserver] and [aspnetSQLserver] and quite a few of the old groups but I must confess I am limiting my list ...
We need to see both code samples to see what they are actually doing. There are some subtle details to how the code works we can't know unless we see it. Then...
I'm rather new to ASP. I'm trying to get a value from one field in one record (using the primary key to select) in an Access database table, add 1 to that...
... You don't say what code you are using to SELECT the one record and delete it. If you do know the primary key the query: Update [accesstablename] SET...
Dear All, I have an ASP file containt the following code which is not working fine. Only the HTML part displayed. No ASP part diplayed. Some nothing will de...
I am looking for a tutorial that shows me how to check someones exchange inbox for new messages. I am creating a customer feedback tracking system. I'd like...
I am looking for a tutorial that shows me how to check someones exchange inbox for new messages. I am creating a customer feedback tracking system. I'd like...
... The code at: http://www.learnasp.com/learn/dbSQLdelete.asp will execute any SQL statement (Update, Insert, Delete) and the Update Statement Update StoCost...
Hello folks, I wonder whether some kindly soul might lend an ear to my database upgrade troubles. Some months ago the technicians at our server made a partial ...
http://www.cdolive.com/autoreply.htm will get you started. It is one of the many ZIPPED samples at that excellent site that shows "mailbox walker" code. ... ...
Hi, My name is Alessandro, and I have a problem: I want to access a server ftp with my .asp. I want to connect in server and copy the files for my machine. I...
On the asp page, how do I get the following to format as currency when the page is run: <%=FP_FieldVal(fp_rs,"L_PRICE")%> As it is, the resulting output looks...