Questions tagged as 'asp.net'

2
answers

How to obtain efficient data records in a dataTable in MVC asp.net

I have the following dataTable that I show from the database. In the View: $(document).ready(function () { $('#example').DataTable({ "lengthMenu": [[2, 5, 10, 25], [2, 5, 10, 25]], "language": { "sProces...
asked by 15.04.2016 / 06:39
1
answer

Fill a DropDownList depending on a conditional query in asp.net mvc 5 entity framework

Hi, I have to fill out a dropdownlist with the information that this query gives me. Select Unit from Unit Measures where Status = 'Active' This query should bring me the units that have the active state but I do not know how to implement...
asked by 27.12.2018 / 19:35
0
answers

Routing comes out with / at the end of the asp.net URL WEB FORM

When I route my url, it comes out in the following way (locally)    localhost: 7876 / Camino But when I upload it, it looks like this: (server)    pagina.web.com.pe/Camino / I would like the last "/" not to come out, could someone...
asked by 27.12.2018 / 15:16
0
answers

IIS does not reply responds to the domain name of the binding [closed]

During the past week I installed the windows updates and the web server stopped working. Before when I accessed mydomain.com, I answered the web, however, now I get an error saying connection refused (google chrome). If I remove the bindigs a...
asked by 27.12.2018 / 12:00
1
answer

Customize headers with IHttpActionResult?

Currently I have a method that returns a list of cities, the method I have it in the following way: [ResponseType(typeof(List<Cities>))] public IHttpActionResult GetSourceCities(int idPais) { try { var cities = GetCities(...
asked by 27.04.2016 / 21:03
0
answers

Error executing but not debugging

When I do Debug it works for me, but when I do it, the modify action does not work for me. This is the driver code: using System; using System.Collections.Generic; using System.Configuration; using System.Data; using System.Data.Entity; usi...
asked by 20.12.2018 / 20:05
0
answers

ASP.NET Web Site unanswered in IIS 7.5

I have a problem with a website that is hosted on a Windows Server 2008 R2 server (equipped with an Intel Xeon QuadCore processor and 12 GB of RAM). Two weeks ago, every day (and several times a day) we must restart the website (from the IIS)...
asked by 12.12.2018 / 03:20
2
answers

Problem with the property date of an object that changed from AJAX to a Web Service

I have a normal and current form with technology
asked by 03.02.2016 / 17:23
2
answers

customize exception - exceptions management VB.NET

I am making an application that uploads an excel file to the server through a input fileupload , when the file is uploaded, the fields of the excel file are inserted into a DB. When there are fields that have already been loaded (duplic...
asked by 15.04.2016 / 22:43
1
answer

DropDownList Lose the style

Hi, I have a GridView in RowCommand I call a div floating% that loses the style when loading (has the search option) This is my code I have everything in a UpdatePanel , it visually loads it but after loading the data...
asked by 27.11.2018 / 22:11