I have a form on my webpage (it is an asp file). Is it best practice to include the form authentication scripts (in this case username and password check) in the same file or to have it separately? My
Recently I got involved with a project that has been having performance issues on loading more then 1000 values on screen at once, and at first I thought it could be the database that was taking too l
I need to combine these two separate queries into one because it\'s not efficient AND have this converted to C# ASP.NET from Classic ASP
I have a website开发者_如何学Go which is having paypal integration (all using classic ASP). Now we need to remove Paypal and integrate the HSBC gateway using XML API. I need to know how to integrate
I have a 2D array that is filled with data from a database which is then used within a while loop with another sql query. For each item in the while loop i\'m checking for certain items within the 2d
Here is the code. <% expire_date = Session(\"expiration_date\") current_date = date() If current_date >= expire_date Then
How can you disable the browser to view ASP source code from client user side? any possibilities or some scrip开发者_C百科ts to code. If only ASP code is hidden that would be fine. if some encapsulati
In an attempt to create better intellisense support for legacy classic asp / vbscript, will the visual studios vsdoc files work for o开发者_C百科ther scripting laguages e.g. vbscript?
We have some Classic asp sites, and i\'m working on them a lil\' bit, and开发者_高级运维 I was wondering how can I write a regular expression check, and extract the matched expression:
What I am trying to do, is get the IMG SRC URL from stringXML below. (i.e. http://www.webserver.com/picture.jpg)