Questions tagged as 'asp.net'

1
answer

I need to delete the line breaks of a word in c #

I'm doing a web application that makes me a merge of several word documents but I need to join them without the Line break or ENTER , I'm developing it in c # I already have the merge of documents but I just need delete the line breaks , I man...
asked by 10.07.2018 / 00:36
0
answers

How can I read the Expires of a cookie?

I have a cookie which is called C__COOK containing a value 1 what I need to do is to be able to read this cookie completely, I mean with this to its property Expires to be able to use its value in a conditional. I...
asked by 05.07.2018 / 19:11
1
answer

When inserting an array in Sql Server the assigned Id messes up the array [closed]

Sorry for the title but I did not know how to describe the situation. The situation is as follows: I have a project in VS2017, asp.net core where I have a method that enters an array into the database. It is an array of a table that I created wi...
asked by 06.07.2018 / 04:24
0
answers

Read JQuery memory files

I have an application that writes to memory a result in the following way: using (MemoryMappedFile mmf = MemoryMappedFile.CreateOrOpen(sMemfile, 1028)) { using (MemoryMappedViewStream stream = mmf.CreateViewStream()) { Binar...
asked by 01.06.2018 / 18:16
0
answers

touch action of css?

I have a web page in Asp. Net, but it turns out that I added SSRS reportviewer to which I added the touch-action property because they are displayed on a touch screen. I just put the property like this: touch-action: manipulation in the preportv...
asked by 01.06.2018 / 17:04
0
answers

SSRS How to print all the pages of the reportviewer without going to the next one?

I have a report viewer in a webform.aspx and to avoid showing the preview when printing, add a button to which I added this script: <script type="text/javascript"> function Print() { var report = document.getElementById("<%=...
asked by 15.05.2018 / 19:44
0
answers

@ Html.Captcha does not work correctly

Recently I developed a page that has html and razor, in it I have an @ html.Captcha like the following: @Imports CaptchaMvc.HtmlHelpers @Html.Captcha("Refrescar", "Por favor, escriba el texto de la imagen.", 5, "Is required field.", True) T...
asked by 18.06.2018 / 20:13
0
answers

Testing in ASP.NET project?

I have an application in ASP.Net, with web forms, but without any tests, and I would like to do them, now, unit tests would not be worth me since, it has many procedures that use up to 10 different tables with inner join and the paradigm is a mi...
asked by 18.05.2018 / 13:00
2
answers

display a message instead of displaying the result of the search in a gridview

I'm new to this in C # and I have this project which asked me that they no longer want to show the data in a table, they just want a message that says "that person is found" and if your rfc is not in that one Base says 'person is not in this are...
asked by 04.05.2018 / 17:00
1
answer

ASP.NET MVC 5 consuming apiweb

I am consuming an api which returns me as response the following: { "rows": { "recordset": [ { "Monto": "10000000", "CantidadDias": 50, "TasaDiaria": "0.009700000000000",...
asked by 04.05.2018 / 13:54