OnTextChanged EditorFor c #

0

hello I have a EditorFor and I need that when this empty I fill a list

<div class="input-group b-r-xl">
  @Html.EditorFor(model => model.Buscar, new { htmlAttributes = new { @class = "form-control", placeholder = "Busqueda por asunto, numero o fecha", value = "
  <?=$_POST['var']?>" } })
    <div class="input-group-btn">
      <input type="submit" value="Buscar" name="model.Buscar" class="btn btn-primary" />
    </div>
</div>
    
asked by Juan C. Martinez 19.01.2018 в 16:48
source

0 answers