Posts by Eduardo Augusto • 3 points
2 posts
-
0
votes1
answer61
viewsQ: Returning to the main page when accessing an invalid url
As I redirect the user to the main page of the application, in case it tries to access a url invalid. For example, www.teste/teste.html, in case the page does not exist then system directs the user…
-
0
votes1
answer2544
viewsQ: How to call an Ajax controller method using MVC5 in visual studio?
Hello, I’m new in development, and I’m developing a data entry where by zip code the user type the system search in the Mail Api and the address related to the zip code, but I’ve seen in many…