I have some classic asp code that needs converting to asp.net. So far I have tried to achieve this using datareaders and repeaters and had no luck as the menu loops through 4 different record sets, pa
I have my For...Next loop with a multiplication table working just fine, but I want the t开发者_StackOverflow社区op left box to start at 0 and move on from there. Giving me some trouble.
pass=session(\"password\") Set objIns=server.CreateObject(\"adodb.connection\") objIns.Open session(\"Psrconnect\")
I am getting this error when I try to send via the local server CDO.Message.1 error \'80070005\' Access is denied.
I\'m trying to figure this oddity out... in classic ASP i seem to be losing spaces in Request.Form values...
Due to a customer requirement I am forced to use classic ASP, so I am wondering if I could use .Net (or maybe JScript which as new features) to try to add some advanced features.
I have the following code pasted below.For some reason, the response.redirect seems to be failing and it is maxing out the cpu on my server and just doesn\'t do anything.The .net code uploads the file
i have a form. the code is: <html> <body> <form method=\"post\" action=\"array.asp\"> <input type=\"text\" name=\"Req_id1\">
Does anyone know exactly how to set HTT开发者_开发问答PONLY on classic ASP session cookies? This is the final thing that\'s been flagged in a vulnerability scan and needs fixing ASAP, so any help is
my tool is in asp. i am using this code for a query in sql dim req_id req_id=Request.Form(\"Req_id\") if req_id<>\"\" then