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