Posts by Raffa Ferreira • 479 points
10 posts
-
0
votes2
answers1385
viewsQ: Problem when connecting to XAMPP port 80
No matter how many times I give Start or Stop, he keeps giving me the same every time, problem at port 80 and access Unable, but if I press start and go to the address bar and put localhost:8080 it…
-
5
votes2
answers24321
viewsQ: The SMTP server requires a secure connection or the client has not been authenticated
I’m having the following mistake, working with SMTP and MailMessage in the C#: The SMTP server requires a secure connection or the client has not been authenticated. The server response was: 5.5.1…
-
7
votes1
answer12506
viewsQ: Generate ssh key in git
I could use a little help! These days I was in college, committing some projects in my repository on Github through the Git, and going up some files in the repository, when I went up the last one…
-
4
votes1
answer848
viewsQ: Autocomplete shows no results in View input
I have seen other cases in some answers here, I tried to follow the steps of other answers and did not help at all! I’m having a doubt, this is my first time using autocomplete of jquery, I’m new in…
-
1
votes1
answer261
viewsA: How to customize routes?
In this controller Login there is some Action ? Take a look at your Global.asax and see how the default route is: IgnoreRoute("{resource}.axd/{*pathInfo}"); routes.MapRoute( "Default", // Padrão…
asp.net-mvcanswered Raffa Ferreira 479 -
0
votes2
answers1465
viewsA: ASP.NET MVC - Route does not pass values to the Controller
I don’t understand what you wanted to do in this part ! defaults: new { controller = "Conteudo", action = "Conteudo", Parametro = "", tipo = " } Try something like that: { controller = "Conteudo",…
asp.net-mvc-5answered Raffa Ferreira 479 -
13
votes1
answer1570
viewsQ: How to find out if Javascript is disabled?
How can I check and show the message to the user that the browser Javascript is disabled? For example, it will do something, and if its Javascript is disabled I show this message to it, so that it…
-
1
votes3
answers831
viewsA: Tempdata["Message"] error in Runtime saying the object is null
I managed to fix my own mistake. The code is like this now, compared to the top, that put before ! What I really wanted was to bring the message that was coming from TempData["Mensagem"] and make a…
-
2
votes2
answers165
viewsQ: How to use Referenceequals, Equals, Gettype, Compareto, Gettypecode?
I would like to know how to use and what the methods are for ReferenceEquals, Equals, GetType, CompareTo, GetTypeCode.
c#asked Raffa Ferreira 479 -
3
votes3
answers831
viewsQ: Tempdata["Message"] error in Runtime saying the object is null
I started recently with ASP.NET MVC, and as you can see I’m playing in the if instruction, tempData[] and what happens is a following, every time I click inside Else in "View in Page Inspector" it…