Posts by WesleyDSantos • 76 points
5 posts
-
-3
votes3
answers167
viewsQ: How to delete node in linked list?
How to delete the middle value of a linked list C# Class of Elements; public class NoLista { public float info; public NoLista proximo; //construtor para passar valor ao elemento public NoLista(int…
c#asked WesleyDSantos 76 -
1
votes1
answer106
viewsA: How to make a MVC 6 application available (Aspnet 5)
ONE OF THE METHODS BELOW : 1 - Use IIS, put the application in the folder C: Inetpub 2 - go on your router, and point port 80 to your machine’s ip ( to discover your ip, open cmd, and type ipconfig,…
asp.net-mvcanswered WesleyDSantos 76 -
3
votes1
answer116
viewsA: How to debug an external C# MVC application
you are using the IIS installed on your machine, or you are using the ISS express ( The one that when we press F5 it on the application) . If using express, install ISS 7.5 on your machine, it is…
-
0
votes1
answer236
viewsQ: How to apply the 3-layer concept with Gridview C#?
I have a project where I present a Gridview in a Webforms project Asp.net C#. I tried to apply the concept of 3 layer in this way, but the page only of the Reload and the grid does not appear in the…
-
1
votes1
answer880
viewsQ: How to execute a method inside a textbox only if the user gives enter?
I am trying to execute a method within a textbox, only if the user gives enter. Check that I have to use Keypress, but I’m not able to apply. I want when the user puts the product code inside the…
c#asked WesleyDSantos 76