Posts by Marcio Sousa • 19 points
2 posts
-
-1
votes1
answer24
viewsQ: Do dates search using MVC5
Good afternoon, guys, okay? I hope so. I’m having doubts about ordering the database data in ascending order of dates. var result = from r in context.name Where r.numero == 2 orderby r.datacadastro…
-
1
votes1
answer86
viewsQ: How to fill in a dynamic html form
Good evening, everyone. I have a question here, I hardly touch with web, but I needed to assemble an html file that aims to print a boleto. The project is done in C# and the html file is next to the…