2
How to select a value that is not the first according to an ASP.NET variable Razor C#.
<select id="MeetingFrequency" name="MeetingFrequency">
<option value="0" selected disabled>Selecionar</option>
<option value="SEMANAL">Semanal</option>
<option value="MENSAL"> Mensal</option>
<option value="BIMESTRAL" >Bimestral</option>
<option value="TRIMESTRAL">Trimestral</option>
<option value="QUADRIMESTRAL">Quadrimestral</option>
<option value="SEMESTRAL">Semestral</option>
<option value="ANUAL">Anual</option>
</select>
How to select a value according to a variable?
– Cassio Alves
Good ė a value that comes from the bank. But I’ve done it in a way that worked
– Bruno H.
You managed to solve ? where the information comes from, could put the whole logic in your question!?
– novic