We have a classic ASP site that has some pages that do some extreme string concatenation and occasionally generate the \"Out of string space\" (OOSS) exception.I am fixing the pages either with direct
I have got below ASP code. <% Dim body body = \"<h3>Arabian Test Adventures Tours & Safaris</h3>\"
I am facing a problem inserting & fetching UTF-8 characters in my database. The inserts happen properly but while displaying it doesn\'t show the UTF-8 characters. Below is my code. Can you please
I am trying to upload a file to my server.The file is uploading but I would like to get the value that is in the File1 textbox.I do NOT want the path, I want just the filename that I\'m saving.
I have a web app in classic ASP that most run at all times. The problem is that sometimes our internet connection is bad. If the web app can\'t connect to SQL Server I want to save it on a local serve
I\'ve been looking for a while but i haven\'t bee开发者_开发百科n able to do this. I\'m submitting a form to a asp script but i want to know if it\'s possible to either just run the script from the or
I\'m not a professional programmer but an enthusiast who needs help.Here is my challenge: I have a table full of data for our employees.
I\'m having some trouble reading the ASP.NET cookie from a Classic ASP file.Here is the code i\'m using:
I have a feature in an ASP app where a user can \"log in as\" someone else (teachers logging in as students to check interfaces, etc). The problem is when they hit the back button and try to access th
How can I stop Server.HtmlEncode to encode UTF8 characters? I set the codepage to UTF8 but didn\'t help