Questions tagged as 'c#'

0
answers

Search record in two tables not related to a single query from a textbox in c # with sql-server

I have trouble searching for records through a textbox. I have two tables, one called mother and the other parent, and I need to search from a third table called proxy, through a textbox with the rut, the record of who will be the proxy, whic...
asked by 23.12.2018 / 16:06
0
answers

Paginacion in a chart c #

I am looking for a view to be able to show several data in a chart, but that has a page, since in my current chart the data overpopulates the chart, I hope you can help me, gracais     
asked by 25.12.2018 / 01:35
1
answer

Implement unity container

I am building the architecture and I need to define the injection of dependencies. The idea is to set unity in a class library project to be able to reuse it (is this possible?) I have the following structure:    Solution.Core (I...
asked by 30.01.2016 / 21:28
0
answers

How can I stop the process and restart the same process if in case the power goes off, web service or the database goes down?

I explain I have an Executable (query) made in c # and mysql what it does is consume 2 services of shipment and another one of consultation of state (details) of what was sent but behind that I register all the operations sent and the queries of...
asked by 24.12.2018 / 06:38
0
answers

C # - Problem when performing a condition (IF) correctly on cells of a DataGridView

I'm doing a checador program where I have a table in DataGridView and scan with a barcode reader to fill TextBox , when it detects some code that matches what has been inserted increases in 1 the value in the Captured column...
asked by 21.12.2018 / 01:42
0
answers

how to pass a parameter between two controllers?

It turns out that I have a button in my view, which calls a modal window which parametizo with the controller as follows: <div class="modal fade" id="myModal" role="dialog" data-url="@Url.Action("partialViewPrueba", "Date", new { serieDespl...
asked by 03.01.2019 / 19:27
1
answer

Azure Functions tests with azure DevOps

I need help doing the tests with azure functions in azure DevOps the moment I commit, use the Microsoft guide to do the tests link . the tests run correctly and I upload the project to the repository. The problem arises at the time of doi...
asked by 20.12.2018 / 21:39
0
answers

Problem in Unity to share on Facebook

I am developing a game in Unity and I have tried to share the game on Facebook, the idea is to upload it on Facebook as a game for Facebook, from the Facebook documentation take the following code: FB.ShareLink( new Uri("https://developers...
asked by 20.12.2018 / 14:49
2
answers

Send a parameter of a method within a class to another class C #

Hello friends, I want to send a parameter of a method from one class to another class but I do not know how to do it public void Clase1(String parametro){ String parame = parametro//=> parame => quiero enviar a una clase para...
asked by 20.12.2018 / 13:58
1
answer

When doing POST I do not correctly recover the value of a radio button

I try to describe my scenario. I have a view that contains two radio buttons and depending on which one is selected, a partial or another view is displayed. @Html.RadioButtonFor(model => model.TipoVP, new String("VP_A".ToCharArray()), new...
asked by 20.12.2018 / 14:21