Posts by Moizés Cerqueira • 3 points
6 posts
-
-5
votes1
answer104
viewsQ: Version conflict errors when running Angular 4.2 project
I took a project in Angular for maintenance, but it’s in the version of Angular CLI 4.2 My system is with the versions of Node, Typescript and Angular cli in the following versions: Angular CLI:…
-
0
votes1
answer24
viewsA: Redirect to a page through a post
It was actually just a way of concatenating the string into formaction :\ formaction=".. /Home/Getemail/? email=Document.getElementById('email'). value" it goes through my url: /Home/Getemail/?…
-
0
votes1
answer24
viewsQ: Redirect to a page through a post
People needed to do the following I have a page made in pure html and in it I have an area where the user can put his email and ask to register it. Ai wanted to take this email from inoput text and…
-
0
votes1
answer17
viewsA: HTML validation der Jquery mask
I discovered the problem was in this render script: @Scripts.Render("~/Bundles/jqueryval") After removing it everything went well.
-
-1
votes1
answer17
viewsQ: HTML validation der Jquery mask
Guys I have an ASP.NET MVC screen using Razor, which in Edit return data that has already been saved for editing. In one of my fields is of type (decimal) use to save monetary value. This field when…
-
0
votes1
answer19
viewsQ: Compare the number of rows of a list in a Viewbag
I need to know how many lines(in view) I send from my controller in a type list<> for a viewbag in the view. With this enable or not the option to create new images. Controller:…