Posts by Guilherme Palange • 147 points
13 posts
-
0
votes0
answers20
viewsQ: Doubts about Stored Procedures
Good Afternoon, I have a Stored Procedure, the purpose of it is to insert the data from a Mirror table and not bring repeated Id’s, as it has a robot that does data extraction and inserts in the…
-
0
votes1
answer74
viewsQ: Clear List after Request via JS Dropdownlist in Cascade
I have 2 Droplist one of Client and another of Project, after selecting the client he should receive the projects that are with Idcliente, I managed to do everything right, however when selecting…
-
0
votes0
answers85
viewsQ: Return select Asp.net core MVC value
Good Morning, I have a question, I have an application in Asp.net core. When selecting a Dropdownlist I want to receive this value without pressing the Ubmit button, but I don’t know how to do it,…
-
0
votes1
answer32
viewsQ: Core Entityframework called separate tables
I would like to filter a list, by the id of a Collaborator, my problem is that when returning to the list it returns everything from the bank. I need to filter for example all Projects that the…
-
0
votes0
answers60
viewsQ: Redirect to another page
I have a Dropzone.js and after dragging and dropping a file in my html I would like to receive a redirect to another page, I would like to know how to proceed, I tried some ways and could not, if…
-
1
votes0
answers92
viewsQ: C# web scraping that has Silverlight
I’m making a web scraping, I was able to automate until a certain part, but when it arrives at a certain moment, the Site opens the Silverlight,. I would like package tips or as I can do to get to…
-
4
votes1
answer903
viewsQ: C# Read Excel Spreadsheet
Hello, I have 1 problem reading an excel spreadsheet, ListaNomes.Add(new Entidades() { GrupoFornecParceiro = rd["Grupo do Fornec./Parceiro+"].ToString() }); when it goes to Add the value of the…
-
3
votes2
answers395
viewsQ: C# With Selenium - Doubt about xPath
I am automating a page function and when it will click on the error image, finally I have tried several things, my doubt is the following the xPath that I am sending is correct? <div…
-
0
votes1
answer90
viewsA: C# Selenium enter menu
I resolved so. driver.FindElement(By.ClassName("selection")).Click(); driver.FindElement(By.Id("arid_WIN_0_93210")).SendKeys(Keys.Down);…
-
-1
votes1
answer90
viewsQ: C# Selenium enter menu
I am automating access to a site, it opens browser, logs in, goes to a certain page and after that, a drop-down list appears to choose "Category" Inside this drop-down list, I have 3 items only, it…
-
1
votes1
answer1450
viewsQ: Problem with accents, C# App Console
Read and save the file public void LereGravar() { Console.WriteLine($"{DateTime.Now.ToString()} - Processamento Iniciado, Lendo Arquivo"); //Procura dentro da Pasta DirectoryInfo Dir = new…
-
0
votes1
answer135
viewsQ: C# convert Array for insertion in the database
I have a Array, some of the values of this array will be added as float others like int, my doubt is the following, as I can convert only one array not the whole list? I would have to create a…
-
2
votes2
answers498
viewsQ: C# Read TXT file and delete
Good Afternoon, I am developing a program that reads a certain file (contains more than 60k lines) removes unnecessary use and organizes and writes to another file. using (StreamReader leitor = new…
c#asked Guilherme Palange 147