I am searching and searching and nothing, I need to import sound files to my project specifically to the Resources folder of the project, I have tried dragging the file to the Resources folder, I also tried copying the files in the project path...
I have to store the data in a BD that sends me an API, this API sends me a POST request to my server with the data as parameters
Literal the documentation tells me that
"the following parameters as form params"
{
"solicitud": {
"dato1":...
I have a DevExpress().PageControl and within this I have several DevExpress().GridView , when I filter in one of the columns of a Gridview and I change to another , the data I put in the filter of the first Gridview continue...
In the first image when I execute the code, it shows me the output for the LEVEL in this SUPERIOR case, but it does not show me the SPECIALTY, but if I comment the code for the LEVEL if it shows me the specialty, what is this due to me? they can...
I searched for information on the internet but I got a little confused,
I have an input tag.
<div class="form-group">
<label>Stock Number</label><br />
<input type="text" class="form-control" id="StockNumb...
I want to change the color of the numbers of the x and y axes. Below I put an image enclosing in yellow what I want to change color. Can I modify it from the property bar? or another way? ... This is in Windows Forms.
I'm doing a table using HTML in ASP.NET MVC.
I am uploading the information on the company's income statement, and there are quite a few records, and when loading the table it takes a long time, as well as wanting to filter information, as it re...
Continuing with the solution of Problem of bindig in WPF with MVVM , in which I already got the DALs answered ( MOCData , EFData , AdoNetData and XMLData ), now I try to be able to change the ListView of MainW...