While debugging a classic ASP application (and learning about classic ASP at the same time) I\'ve encountered the following
I have following form, <form action=\"contact_us.asp\" method=\"post\" enctype=\"multipart/form-data\" name=\"form1\" id=\"form1\">
We have a ten-year-old ASP application that we are considering planning an update for.We want to take advantage of the new technologies that ASP.NET has to offer, as well as the opportunity to fix som
I\'m trying to extract data from a data file that\'s tab-delimited (in some parts), and really seems like it\'s going to be a headache to work out (I reallw wish they could just have CSV-ed it).
I wrote a Jquery function that blacks out the screen after a certain amount of inactivity, creates a pop-up that allows the user to click a button to stay logged in, and logs them out (closing the app
I have a .Net 2 solution with some asp classic pages. I get a specified cast is not valid error when I access the page on my local.Below is the vb function where I get the Error:
I am trying to display a random product image and description from the access database, so i am selecting the highest idproduct then randomising a number between 1 and %highestid%,this is what i have
Our Oracle (9i) DBA called me to report that my IIS (v6) web server has exhausted the available connections.
Let\'s say I have some Classic ASP pages that produce all output via Response.Write. I would like to port these pages over to ASP.NET, but (at least initially) avoid a total rewrite.
I know this sounds backwards, but I have to convert this from C# to Classic ASP. I don\'t know any VBScript so I need help.