Questions tagged as 'scaffold'

1
answer

Not null parameter in Int fields

I'm creating an application in Asp.NET MVC (I'm using the Scafffolded feature), however, all the fields are being filled in, how do I remove this parameter? Note: I've tried unchecking the "Allow null value" option in the database, but withou...
asked by 07.03.2018 / 13:29
0
answers

How do I dynamically load Calendar generated by DataAnnotation in Edit with existing data?

My class with the declaration of the "DateNascimento" field, which when filled should load the datepicker generated by DataAnnotation when called in view edit. public class Cliente { [Key] public int ClienteId { ge...
asked by 27.01.2018 / 21:10