hello i have to create a \"remeber me login\" asp script, have read many scripts about this procedure andhave see that many people use to store username and password inside a cookie.
I\'ve made some changes 开发者_如何学Goto a query that an ASP page uses, and now I need to see if those changes did what I expect.But, the dumb app won\'t refresh itself, and I don\'t know how to forc
I\'ve got an ASP page and try to show the FF logo image on it a开发者_JAVA技巧nd it won\'t display. It won\'t even show if I copy it local; only seems to be this particular PNG file:
Why do I need \'Classic Mode\' in ASP.NET MVC in IIS7? Integrated Mode provides more features and better performance, so why do I need Classic Mode?
I want to send an email using arabic text as subject line. The code piece converts the special characters into arabic tex开发者_如何学JAVAt properly for message body but fails to do so for message su
I\'m working on a website with legacy Classic ASP pages (being convert开发者_C百科ed to ASP.NET on an as needed basis) and new ASP.NET pages. Use of IIS 7 Integrated Pipeline has been very helpful wit
What\'s the most efficient way to return a boolean (true/false) out of a T-SQL Stored Procedure? I want it to do a query and return whether it succeeded or not. I\'m calling via ASP.
I have two tables from two different databases. For example: Table: Articles1 - Database: db1 Attributes: id date headline text
I have a website with is made in classic asp. On one page there are 5 textboxes and 5 labels. When users type some value in the textbox then using javascript (added on Onchange event) another asp page
I have an asp login form that opens into a prettyphoto modal window via iframe from my main asp page.