Posts by Matheus Andrade • 21 points
2 posts
-
1
votes3
answers10463
viewsA: How to use @Html.Radiobutton, how to send the selected option to the controller?
Or do for the upgrade: Controller //perform search by my type data private void viewbag_imp_tx_type() { List items = new List(); var db = new projeto_entities(); var query = db.impressora.Select(c…
-
1
votes3
answers10463
viewsA: How to use @Html.Radiobutton, how to send the selected option to the controller?
Dude. You can use it too, like this: <div class="row"> <div class="input-field col s3"> <label for="imp_tx_tipo">TIPO:</label> </div> </div> <div…