Posts by Diogo Viveiros • 21 points
2 posts
- 
		-1 votes2 answers20 viewsQ: View values submit to controller with postI am quite beginner in MVC and was here as a question: In view I have: <form id="form1" action="/Jogo/ExecutarAcao" method="post"> <input type="radio" id="banana" name="opcao"… 
- 
		1 votes1 answer52 viewsQ: How to select a random string from a list in C#?Basically, I intended to choose a Random Question from the 'Question List', and when I write the code, it gives me an error in the bold part (the one inside the **). private void EscolhaDaPergunta()…