Might look like a sili question but cant solve it so please help..
Have assign textbox value property in my view like
<input type="text" class="form-control" name="locationName" Value="@var.AddressName">
but it is not getting displayed in textbox but in view source it has the correct value from view source
<input type="text" class="form-control" name="locationName" **value="aFinal"**>
if try to display the same thing in a lable like
<label for="locationName" class="col-sm-3 control-label">Location name: @var.AddressName</label>
works fine but i want it to be displyaed on textbox..
Thanks in Adv...
Aucun commentaire:
Enregistrer un commentaire