I am having trouble exposing a C# collection to Classic ASP. I\'ve tried to use IEnumerable and Array. but I get the \"object not a collection\" error.
I have this question on and of for a year or two, but it is so nonspecific, and my native language is not English, so I don\'t know how to ask to be precise and everybody will understand what is my di
I was given an HTA that I think was created by the HTA_Helpomatic. They want it converted into a classic ASP page. So I made a few basic changes, and I think I almost have it working. But I\'m running
I have a problem and i need some help please. I have this page with a parameter http://www.webxpress.com/landingpage.asp?label=CSU... Now in this page i have 3 buttons with the following links:
I have asp (classic) script and within javascript code. From database I get date in format yyyy-mm-dd (2010-10-14) and save in variable. Then, I pass this variable to javascript method:
We have a classic VBScript \"default.asp\" page in the root of our site. (This is a heavy, legacy page and converting it is not an option right now.) We also have a new ASP.NET MVC 2 application we wa
I am editing other people\'s cod开发者_StackOverflowe, written in server-side JS for ASP, and have run into a problem that probably has a very simple solution.
I have done a 开发者_JAVA技巧datagrid in flex and would like to embed it in an asp page. How do i go about that?Thank you.
I\'m setting up an ASP Classic website on Win7 x64, I have done the usual trick (Add site as Application to enable global.asa, use Classic pipeline App Pool, Enable 32-bit Applications: True,Load User
Does anyone know how to set up set up a default action for when a ServerXMLHTTP request times out?I\'m using setTimeouts() to set the time out options according to the MSDN site.