Posts by HMC123 • 1 point
3 posts
-
0
votes1
answer30
viewsQ: Regex Data Annotation no dotnet core
to consuming an external api and one of the properties has hyphen: position-number. How can I put a note so that I can receive this amount? I am trying this way: [Regularexpression(@" [a-za-Z''-'…
-
0
votes2
answers100
viewsQ: Make textfield move when adding items in listview
My question is as follows: When placing the employee id and clicking add, enter the employee id and name in the list, as in the photo: When adding, the contributor overwrites the textfield... I’m…
-
0
votes1
answer32
viewsQ: Newline environement.Only works in the first line
Good afternoon. I am trying to generate a text file and it only works on the first line. From the second line, it gives you a space that you can’t solve. foreach (DadosSQL dados in listaDados){…