Posts by UnbornHexa • 41 points
7 posts
-
0
votes1
answer115
viewsQ: Problem in Dialogresult having to press the button 3 times to open
I’m having a serious recurrence problem with Dialogresult. This is the Login screen, thanks to the use of Dialogresult, there is a strange error, you have to press Login twice. The first one picks…
-
2
votes1
answer73
viewsQ: Visual Studio 2013: How to reference project folders in Using
I have a problem,I have in the same project the stock and the box,I am making a screen that allows you to choose between them and depending on the button you press it opens one of the two. However…
-
1
votes2
answers7642
viewsQ: How to store information from a SELECT in variables
Good evening community,I have a stock program that I am finalizing and I want to do a validation for him to always check if he has enough of that product before adding to the sale. For this I used a…
-
0
votes1
answer370
viewsA: C# ASP.NET Parameter search method returning Error 500 Internal Server Error
Changing the body of the method was enough, Code: [Route("api/Produto/{cod}")] // GET api/ProdutoConsult/5 public DataTable Get(int cod) { SqlConnection con = new SqlConnection(@"Data…
-
0
votes1
answer370
viewsQ: C# ASP.NET Parameter search method returning Error 500 Internal Server Error
Good afternoon, I’m having a problem with a method that searches the products and returns a specific one according to the past code. I am getting error 500 Internal Server Error when I try to use…
-
0
votes1
answer101
viewsQ: C# ASP.NET Get method with parameter returning 404
Good afternoon, folks, I was wondering if anyone could assist me. My Web Service has a Get method that returns the entire list of Products, however I would like to create a method that it returns…
-
0
votes1
answer281
viewsQ: When testing my web API C# ASP.NET locally on Fiddler it returns an error 404
I am creating a stock control system with integration of android app,the connection is being made through a Web Service API. However I can not test the methods that exist in it to see the returned…