I am creating a stock program and would like the query of items to be filtered by a combobox, ie, when typing in the search field only the results regarding the parameter of the combobox appear.
This is my SQL query code:
DataTable tabela =...
Good evening guys, I'm trying to run my application but this Analyzer Error appears. I have already entered the webforms of Vendor to see if I find any errors in the code but nothing, compile the project and nothing error.
<%@ Page Language...
I'm trying to create a table for a football league with the return of a json:
To facilitate I will put the Json below refers only to a Team:
{
"id": "1",
"nome": "Palmeiras",
"Atleta": [
{
"id": "0",
"nome":...
I am developing a xamarin.forms application and am having difficulty understanding how to fill in the parameter to convert an image to array of bytes, I searched a lot for some solution, found this method below to convert to array of bytes.
p...
I have a layout page where I want to load information into the notifications button.
For this, I made an action in the controller to return a PartialView where a query will be made in the bd looking for the information.
How do I load this...
Good morning / afternoon / evening.
I created a C# solution with a project using NUnit tests and another project using Xamarin Tests (in this order).
I'm trying to use a variável of projeto/classe NUnit...
I would like to know if it is possible to pass data from an SQL query to a combobox using C #. I researched the subject and found examples, but when I adapted to my case, I could not use it. I'm doing it this way:
private void carregacombo()
{...
I have a process that is running in my application for control. This process runs within a timer.
private void timer1_Tick(object sender, EventArgs e)
{
// bloco de instruções 1
// bloco de instruções 2
}
What happens is that proce...
Could friends help me create a function to save the path + image name in the database, and save the image to my server?
I am using the model.PhotoName field which is a string to store the path, but I do not know how to upload it...
I have an aspx page with a grid and a linkbutton. When clicking on this linkbutton I call a function that locks the screen and places a loading while downloading a file on the server, after download I try to call the function to unlock the scree...