Okay I set up a solution with a project in InterDev 6.0 and when I try to check in the project (Project - Source Control - Add to Source Control... - OK), it...
dear all, can tell me how to code to get text (captchure text) from image. like scan text from image with omnipage from scanner. rgds, tedy [Non-text portions...
Hello Tech
Rather change your column type to a money or Decimal value.
The thing with float is, it stores the approximate value.
From Books Online (BOL):...
Our company is in the central of California, Silicon Valley. We are needing Asp and VB.net programmers as soon as possible. If you're interested, please...
I am using Persits mail software to send mails in asp. Following is my code: Set Mail = Server.CreateObject("Persits.MailSender") Mail.Host = "xyz.com" '...
My guess is that your local machine does not have access or rights to the SMTP server. ... From: Tech To: AspClassicAnyQuestionIsOk@yahoogroups.com Sent:...
... In asp, iterate over keywords and use query: select * from table where name like '%:key2:%' Jim ... -- Jim Smith smithjim@... [Non-text portions of...
What do you mean when you say it hangs? 404 error? 500 error? Place a test HTML page in the folder to make sure you have the correct IIS setup. Once you know...
How are you storing the state? Perhaps you should kill the cookies as well as session.abandon. Do you check on the default page to make sure they are logged...
Is it possible to use local machine itself as an smtp server, it so can you please guide me how to cofigure it. ... to the SMTP server. ... error "Software ......
Goto IIS. Goto SMTP service ( name might differ in different versions of IIS ) Press the play button. Other things to take into account: Ports used, open up...
I would like to know how to disable to watch video online rather than to download it from their own PC. When i click on the link below it's automatic to watch...
I have a page on which after some processing I am redirecting it to another page. I want some hidden form fields to be passed on to next page, but using...
Thanks, I am able to send mails through my local machine. ... IIS ) ... world for SMTP. ... everybody in the world can use your computer to relay spam :) ... ...
Thanks, I am able to send mails through my local machine. ... IIS ) ... world for SMTP. ... everybody in the world can use your computer to relay spam :) ... ...
http://www.charlescarroll.com/chaz/site/4295/default.aspx summarizes the FREE ASP stuff I know about for people maintaining or adding to ASP apps or rewriting...
I am trying to send email using asp code with following as message body: strBody="<H1><B>THIS IS TEST EMAIL</B></H1>"&_ "<form name=form method=post action=url...
Hi, I found this cool code to reorder iin a Listbox using client and server scripts. Except, I don't know how to set this up on my website. I have the...
Hi Iam facing problem while uploading files in Classic ASP. There is ASP page Im uploading couple of files whose data is 5MB. I cannot uplod files with more...
Check that HTML mail is enabled, under the format menu, if not it won't work. Also, are you encrypting the hidden value? Source code is easy to get to in ...
hi everyone, can anyone give me the script for uploading images in database using forms and asp in ms access. I got a script using aspSmartUpload component but...
Yes, the mail format is html. Actually I want to put a link at the end of email body for unsubscibing from the mailing list for which I need loginid and email...