Posts by Mateus Mattos • 13 points
2 posts
-
1
votes2
answers939
viewsA: How to get the value of an @Html.Textboxfor to an Input? Asp.net mvc
@itasouza, I believe that in this case you can use @Html.Editorfor, defining his type as number, would look like this: @Html.EditorFor(Model => Model.VALOR01 , new { @type = "number", @id=…
asp.net-mvcanswered Mateus Mattos 13 -
0
votes2
answers732
viewsQ: Retrieve via Jquery custom "date" attribute value
I am a beginner in programming and I have a question about Jquery (if I’m wrong, please correct me...). I have a screen that generates several div’s dynamically with information about clubs, and…