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