Posts by Wallace Reis • 75 points
2 posts
-
2
votes1
answer819
viewsQ: Date validation in the Asp Net Core model?
I have a model and wanted to validate the final date (which should be equal to or greater the initial date) public class MyModel { [Key] public int ModelId { get; set; } [Display(Name = "Início")]…
-
5
votes2
answers4543
viewsQ: Handle spreadsheet with userform loaded (excel vba)?
When we’re with a userform loaded, it is possible alter/navigate in the spreadsheets of excel?