Questions tagged as 'asp'

0
answers

Jquery how to work with each index

I have a question about my Jquery, with this script I sent information to an email, the problem is that 11 emails are being sent to me with the different information, that's fine but what I want is that all this information is summarized in a si...
asked by 10.12.2018 / 21:16
1
answer

ASP add column data

I have a table where a column shows me the different percentages obtained from the monthly assistance, but I want to obtain my annual attendance in percentage, that is to add all the percentages that I have been carrying so far <div class="...
asked by 19.12.2018 / 18:40
1
answer

Remove remaining decimals in TD

<div class="row-fluid"> <div class="span12"style="overflow-y:auto;"> <h1 class="text-center" style="margin-bottom:1em;"><strong>Porcentaje Personal Capacitado</strong></h1> <table id="lista" class="t...
asked by 19.12.2018 / 16:26
0
answers

Search id with Razor and Ajax ASP.NET

The detail is that in my view I have the delete and search mode. Through an ajax I do the search but it does not do the action, because it is looking for the view that it does not have and that is the same one where I have the method to eliminat...
asked by 14.12.2018 / 01:18
1
answer

Mix CSS with ASP c #

I would like to know if it is possible to mix C # code with css in a style sheet, at this moment I have this: :root { --fond_Size: 14px !important; --title_Size: 20px !important; --padding_span: 5% !important; --fond_Size_Popup...
asked by 04.12.2018 / 02:15
0
answers

OnKeyUp event in Js with setTimeOut

I would like to know if there is any way to do that some 5 seconds after I stop typing a certain code is executed, I currently use it in the keyUp event, but this is immediate. ex: I press the A key (I am waiting for 5 sec), but after 1 sec, I t...
asked by 07.12.2018 / 13:01
0
answers

HipperlinkField Inside Datagrid Do not redirect asp.net

I am trying to add series of an article so that it can be moved to another warehouse the functionality is that when you click on the hipperlink control the records to which you intend to add series, it is redirected to a page, in which you mu...
asked by 26.11.2018 / 23:23
1
answer

How to create methods to delete, update, insert in ASP.NET controller

You can guide me, please so that I can make them Insert, Delete, Update methods, the question I am trying but it shows me that it has 0 arguments and sometimes it tells me that it has no overload of methods. using System; using System.Collecti...
asked by 07.12.2018 / 20:49
0
answers

generate xml server x

I have a project in mvc published on a server, the project is responsible for generating xml files and saves them in C: \ XML \, I have a problem because what I want is to save the xml in the path of my machine not in the server path, how can I...
asked by 20.11.2018 / 23:09
0
answers

Execute a Powershell file from ASP C # without exhausting / using the IIS memory

I have a Powershell file ps1 that I need to run from a webapp hosted on IIS created in ASP C #; the Powershell file is on the server where the app lives, when I run it manually from the server, it works well and it gives me the expected results,...
asked by 15.11.2018 / 20:18