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...
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...
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...
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...
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(...
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...
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)...
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...
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...