Questions tagged as 'c#'

1
answer

Instance error in SQL Server Management Studio 2016 [closed]

Any solution? , the instance does not appear, thanks     
asked by 24.05.2016 / 16:26
0
answers

Insert datagrid data view C # ASP.NET [closed]

I am creating a sales system, at the time a sale is registered I want the products that are in a datagridview with the ID of the sale inserted In my SALE class I have the following code: public string Insertar(Venta Venta, List<DetalleVe...
asked by 30.07.2016 / 04:46
1
answer

Problem with reader c # & access

I have this section of my code to search all the records that I need between the dates 1-28 of each month only that at the time of executing it shows information that does not exist, in this case I do not have records after May and the reader fo...
asked by 03.05.2016 / 05:12
2
answers

Jasper Report and C #

I have a big question, it is possible to include jasper-report in C # , since I have searched everywhere on the Internet and it does not give me information about whether You can use, I found about Crystal Report but I can not use it.     
asked by 17.05.2016 / 03:46
1
answer

Error trying to generate a pdf with DataGridView C # using iTextSharp

I have a problem with the code I am writing to generate a pdf with the data from a DataGridView. After I run the DGV with the MySQL query, and I give the generate button, it throws an error that says: "Object reference not set to an instance of...
asked by 06.10.2018 / 18:14
2
answers

Api Windows c # window handler

I have an application that has two forms (username and password), and I would like to design an application that logs in that other application automatically. I've done it with SendKeys and it works pretty well, the problem is that if the use...
asked by 10.11.2018 / 02:23
1
answer

Restart Level

I have the following question I am doing a Game in Unity 3d (2D) Well I felt the need to create a restart level "not when I die if I can not restart the level at any time since there are some small spaces where the Player could not enter this wa...
asked by 21.10.2018 / 19:33
1
answer

How to use where in data set to filter result

I have a data set that is called from a web service. What I'm trying to do is call this web service by filtering the type of project I want to get. This means that I do not want to call projects that have a DefinitionType "Survey". I have...
asked by 10.03.2016 / 17:44
1
answer

When calling a form it must be converted into popoup

I am working with ASP MVC, I call a partial view that should become popoup , I call it from a button from my view index , the code is as follows: @Model OperacionesCrudMVC.Models.Phone <div class="modal-header"> <button ty...
asked by 09.03.2016 / 14:50
2
answers

Run .exe from Windows Service

I am trying to open an application from a Windows service but it does not run. I am using Process.Start(Path); but it does not work for me. I use Visual Studio 2015 - C #     
asked by 29.08.2018 / 00:13