Questions tagged as 'c#'

1
answer

C # Stored procedure or function expects parameter which is not supplied

I get the error    'sp_InsertaLandingPageTest' expects parameter '@IDUSUARIO', which   was not supplied, l id is supposed to be generated from the maximum but I really have no idea how to do it if you insert data into the stored procedure...
asked by 24.04.2017 / 19:31
1
answer

How to exchange an entire row of one DataTable for another?

I have a Datatable with 4 columns in which there are 5 rows filled so that in total I have 20 filled cells. How can I then change the data of the 4 cells in row 2 to row 4 and from row 4 to row 2? DataTable inicial: c1 c2 c3 c4 f1 d1...
asked by 21.08.2018 / 17:38
1
answer

Do not differentiate CFDI attribute names in XML

I'm doing an application that is responsible for separating XML files based on some parameters, that's fine, but now with the changes of the CFDI, my programming thundered, since users can have mixed the documents of cfdi 3.2 and 3.3 in the same...
asked by 23.08.2018 / 23:27
2
answers

Show text about google maps point

who helps me in the following: I have a project in which from winform I open the browser with the url of google maps specifying latitude and longitus, passing the parameters in the url (Example: " link "), everything works fine and shows it this...
asked by 17.06.2016 / 23:48
1
answer

Problem dllimport C # on web

Dear, I have found it very difficult to find the solution to this problem: It turns out that I am using third-party dll which can not be integrated into the project in visual studio. Using the dllImport function I have managed to use them wit...
asked by 06.06.2016 / 21:49
1
answer

Entity Framework returns Null

Good I have this store @CodRegistro NVARCHAR(20) = NULL, @UsuarioWindows NVARCHAR(11) = NULL, @CodPersonal CHAR(5) = NULL, @IP NVARCHAR(11) = NULL, @TipoMetodo INT, @Query NVARCHAR(50) = NULL, @Pagina INT...
asked by 28.03.2017 / 18:04
1
answer

generate an asynchronous task and return sight without waiting for it .net

I am wanting to perform an asynchronous method but I have the problem that, although it is performed asynchronously, it does not return the value until it does not end. I need you to return your sight and continue even if the task is not finishe...
asked by 01.06.2016 / 00:06
2
answers

How to get a checkbox id through a table dimanica

Good morning, I wonder how I can get the id of a checkbox that is in a table with data generated from sqlserver. This is how the design of the table is: <asp:GridView ID="GridViewTable" runat="server" AutoGenerateColumns="False" ShowHead...
asked by 30.05.2016 / 20:54
3
answers

Problem with app.config

I have a problem using my application. In it I call several Web services which download a file in CSV format. The file weighs more than 15 Mb. When the file is small I can easily download it, but when it reaches 15 Mb it only downloads the sa...
asked by 07.03.2016 / 20:58
1
answer

Create client C # (ASP.NET) to consume web service RESTFUL

I'm in trouble some time ago, for the first time I have to implement a client in C # (ASP.NET) that consumes a service exposed by a web application to create clients. I have reviewed different codes on the web like: link link but...
asked by 09.03.2016 / 22:24