Requirement As Far As Ram And Processor
my asp application is running slow . I was just wondering what are the requirement as far as ram and processor.
View Repliesmy asp application is running slow . I was just wondering what are the requirement as far as ram and processor.
View RepliesTo use ASP,we need to have IIS,right?? And do we have to add in any other things??? If need, what r the things?
View Replies View RelatedOn a heavily visited site, .ASP pages stop being processed/displayed, but .htm files are processed and displayed just fine. IIS appears to be running OK. No errors or logs anywhere to be found. Reboot clears it up, for a few days. Any clues?
View Replies View RelatedI have a form with dynamic checkboxes, and normal text boxes. If the user doesn't fill out the required items and submits the form they get returned back to the form with their checkbox selection gets lost.
How do i retrieve the values already checked and placed them back.
I have a form page with a drop down menu of article types that can be submitted. On my processor page where I enter the article, I want to be able to send an email to the person who is responsible for those article types, letting them know a new article has been submitted. I have a table set up in my access database, with an article type and email associated with that which I would like to send an email to.
On my processor page, i would like a SQL statement something to the effect of:
SELECT * FROM table_artemail WHERE art_type = request.form(art_type)
but i can not seem to get it to work.
Also, when I get that working, i plan on using cdonts to send the email. can I just create a variable called "mailto" and have a statement such as: Code:
I've been setting up an online payment system for our site, and it all works fine except for one part. When it submits to the merchant's site, the customer is greeted with a blank page for a few seconds while it verifies the card. Then it redirects to our site.
Is there any way to do a form POST to another site without actually making the browser go to that page?