Questions tagged as 'asp.net'

1
answer

Abort by ajax a loop on the server c #

how are they? I have a problem that I do not know how to solve it ... I hope you can help me. I tell you, by ajax I make a call to the server that stays in loop until a card is passed through a reader connected by com port. If the user makes the...
asked by 10.07.2018 / 22:15
1
answer

WSO2 ESB connector oracle c # asp.net

I am using WSO2 Enterprise Service Bus (ESB) to use it as a WSDL data bus ... but now they are asking me to use another service that is capable of sending a query with parameters, from my application ( ASP.Net C # ) call it passing the param...
asked by 18.05.2016 / 13:48
1
answer

android User-space exception detected!

I am trying to connect my android app with a web service in ASP.Net to update data. The issue is that, from what I understand, the connection is established, but the responseBody returns empty and the ResultadoObject to null...
asked by 13.04.2018 / 10:44
1
answer

How to send error or info messages to the view with ModelState?

I have the following form with Ajax.BeginForm using (Ajax.BeginForm("MiAccion", "MiController", new { ReturnUrl = ViewBag.ReturnUrl }, new AjaxOptions { OnSuccess = "OnSuccess", OnFailure = "OnFailure" })) {...
asked by 21.06.2018 / 19:31
1
answer

Get a default value in a select mvc 5

I have created a partial view in which a <select></select> object is filled from a sql server database by a for each . The values they take for example are:    1 Cleaning items       2 Hardware articles       3 Fr...
asked by 07.12.2017 / 05:36
2
answers

Trim string with vb.net

could someone tell me how to cut out a string of characters by getting the number X of characters and adding ... to the end of the string in ASP.net Dim cadenaOriginal As String = "Anita lava la tina." Dim cadenaRecortada As String = "A...
asked by 23.05.2018 / 16:44
1
answer

How to send a parameter in a LIKE query

My problem is that I'm doing a form, and I have a txt that is responsible for searching, but I have to put the manual data in the query to work, and what I want is to take the value of txt to search from here: I leave the code in summary View...
asked by 10.12.2018 / 20:51
1
answer

ASP.NET Core MVC 2.1 Identity

I am making an application in ASP.NET Core 2.1 MVC, in which I am using Identity for user authentication, I have a class called Folder which has a relation with ApplicationUser this IdentityUser deriba, the relationship is as follows Una Folder...
asked by 10.12.2018 / 00:48
1
answer

Error in the reportviewer asp.net in Visual Studio 2013

I have tried to solve an error that appears in the computer of another person the following error: An exception of type 'Microsoft.Reporting.WebForms.LocalProcessingException' occurred in Microsoft.ReportViewer.WebForms.dll but was not contro...
asked by 08.02.2017 / 16:44
2
answers

Showing the data that brings the stored procedure to an ASP.NET MVC 5 view

I'm trying to show what my stored procedure brings and I want to send it to view: This is how I sent it: var Fechainicio = new SqlParameter { ParameterName = "inicio" , Value = FechaDesde };...
asked by 24.10.2018 / 15:47