Posts by Matheus Henrique • 71 points
4 posts
- 
		2 votes1 answer71 viewsQ: Html.Beginform error with areaI have a view with the following form: @using (Html.BeginForm("Salva", "Blog", new { area = "admin" }, FormMethod.Post, false, new { id = "formCadastro" })) However, when clicking on Ubmit the url… 
- 
		4 votes2 answers791 viewsQ: Align HTML + CSS componentI need to line up two Uttons this way they should be exactly next to each other, but each at an end… 
- 
		1 votes1 answer73 viewsQ: How to change the value of having a job in Asp.net via javascript?I need to change the text of a label side by Javascript and then reload the page Follow the code of the label <asp:Label runat="server" ID="ValorMax" Visible="false">10</asp:Label> You… 
- 
		0 votes0 answers44 viewsQ: Pass Javascript values to an Asp.net classI need to create some buttons dynamically in c# and pass to them some event, that by clicking them pass two values to a select variable to bring x number of lines of the same the class with select…