Most voted "asp" questions
ASP (from Active Server Pages), also known as ASP Classic nowadays, is a basic library structure (not a language) for server-side scripting language processing for dynamic content generation on the Web.
Learn more…308 questions
Sort by count of
-
-1
votes1
answer134
viewsHow can I delete a line from a Session?
I have a NO DATABASE ENTERED page, the registration data is being stored in Session. I am using a Reset to store this. The delete command that I used before was through Reset, which is wrong because…
-
-1
votes1
answer83
viewsENCODE PROBLEM WHEN SEARCHING FROM THE ASP Classic (SQL SERVER)
All Asp pages are as UTF-8. I look for the title of a table in the database by passing by parameter(request), but when displaying always displays with Ncode problems, I use IE because of the system…
-
-2
votes1
answer8504
viewsInsert a calendar with HTML
I’m trying to insert a calendar into HTML, but that calendar is going wrong. The calendar is the green one on this page: https://almsaeedstudio.com/preview Only I only get the tasks and the days…
-
-2
votes2
answers162
viewsFREE components (Upload, Email and Jpeg) in ASP 3
I need to replace the paid components: http://www.aspemail.com/ http://www.aspjpeg.com/ http://www.aspupload.com/ Someone knows good alternatives and FREE. I want to save some money, since joining…
-
-2
votes1
answer269
viewsPut Asp Net MVC Identity validation
I tried to locate this doubt in the forum and could not find. I have an Asp Net MVC application that uses the Entity Framework with Identity to login. My client registration works perfectly, but I’m…
asp.net-mvc entity-framework asp.net-mvc-5 asp asp.net-identityasked 6 years, 9 months ago Mauricio3012 31 -
-2
votes1
answer2682
viewsIncorrect syntax near ','
The code is this: <i> <%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%> <!--#include virtual="aplicativos/arquivos.asp"--> <!--#include virtual="aplicativos/JSON_UTIL_0.1.1.asp" -->…
-
-2
votes1
answer415
viewsADODB.Recordset error '800a0e79' Operation not allowed when object is open
ADODB.Recordset error '800a0e79' Operation not allowed when the object is open. /intranet/portal/sistemas/MAN6/includes/inc_cmbDropSituacaoReserva.Asp, line 12 <% sql="select id, nome from…
-
-2
votes1
answer30
viewsI need help because I don’t understand why my code isn’t performing date filtering. ASP.NET [Solved]
When I do the filtering, no value is returned to me my view index page I think the problem is in my Actionresult index, but I don’t know what it is, because I think the references are correct. What…