Posts by Wagner Barbosa Do Nascimento • 43 points
4 posts
-
0
votes0
answers42
viewsQ: Pick up Selected line in Datagrid Xamarin
I am developing an application in Xamarin-Forms using the MVVM standard and I have the following difficulty. On one of my screens I’m using a Datagrid to display some information separated by rows…
-
2
votes2
answers441
viewsA: Error when connecting to oracle database using web programming on . net
Check in the directory C: app product 11.1.0 client_1 network admin and look for the file tnsnames., inside that file will be the database access settings. It loads these settings to access the…
-
0
votes1
answer146
viewsQ: Set Value Default @Html.Dropdownlistfor via Json - ASP.NET MVC5
I am making a timekeeping page using ASP.NET MVC5. The user enters the markup data as shown below: However, if any error occurs in the registration of the tag, the controller returns the model to…
-
2
votes1
answer1637
viewsQ: User and password validation in Pop Up Modal using MVC 5
My problem is this. I have a modal login pop, as shown below. That when the user enters his login and password and clicks on the login button, he calls mine controller Authenticate. Follow the code…