Questions tagged as 'asp'

1
answer

Are there more ways to call a partial view from the view?

Is there a way to call from the view to Partial View as a Url.Action or otherwise? Since I have a method in my controller that renders a partial view, but I need to call that method from my view, for example @Html.Partial("Contr...
asked by 28.05.2018 / 20:05
0
answers

Error adding WebForms in MVC ASP.NET project

I find the following error when opening a view that I created in my MVC 5 ASP.NET project, the view file is .aspx: <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Asistencias.aspx.cs" Inherits="Visitantes.Views.Informes.Asistencia...
asked by 20.06.2018 / 13:18
0
answers

ASP.Application type variable for php

How can I implement an application grade variable, so it is available for all pages and all users. The Session arrangement is for a single user, but I want to implement in some way a variable that can be used on any page and by all users.     
asked by 27.05.2018 / 19:30
0
answers

asp.net mvc 5 create a collection of cookies

How can I create and recover a collection of cookies based on the same name of cookie or with different names? What I want to get to have would be something like this: httpCookie.Domain = "localhost"; httpCookie.Expires = Date...
asked by 09.05.2018 / 18:50
0
answers

Unique hardware id

I have an application in asp with c # they have a login which takes me to a responsive menu validating security through roles, but that is not the problem, it turns out that people who want validations need a table to keep the unique id of the d...
asked by 10.05.2018 / 01:39
2
answers

How do I query two tables with a column called equal?

What I want is that with these two tables see if in the column (which is equal in both) is equal to a request.form For now I have this but this error marks me Ambiguous column name 'Punto_Tactico'. set rs_pTactico = server.CreateObject("ADO...
asked by 14.05.2018 / 20:30
1
answer

ASP.NET MVC 5 error when consuming api with HttpClient

I am consuming an api through the HttpClient service which works fine, but at the time of making another request it throws me an uncontrolled exception. With this last I mean that when making the first request it returns the answer to me well, b...
asked by 04.05.2018 / 14:56
0
answers

ASP.NET MVC 5 consume data api by post

someone who can help with the following problem ...? I'm consuming data from an API using HttpClient but it returns the following    {"Object reference not set as instance of an object."} I have the following: The API response retur...
asked by 03.05.2018 / 19:25
0
answers

Call an API Using ASP classic

I have an API that gives information about the NBA (scores, team name etc) and I have to make a call to this API to return the info and then I want to show that info on a page, but I must do it with asp classic and I'm a bit lost I have an idea...
asked by 19.04.2018 / 02:13
1
answer

Error serving JavaScript Windows Server 2012 IIS 6.2

Hi, I have a Windows Server 2008 with IIS 6.1 in which a website is hosted in ASP, the page is running perfect and javascripts are served correctly: link But in a Windows Server 2012 with IIS 6.2 the javascripts are not properly served: li...
asked by 12.03.2018 / 19:56