Posts by Rogerio Azevedo • 155 points
6 posts
-
1
votes1
answer907
viewsQ: Send email to create commitment in Google Calendar
I have a C# ASP.NET MVC application, in which the user can schedule an appointment. In this application he chooses a text for the commitment, a Date to happen and also chooses, the sooner he wants…
-
2
votes1
answer1535
viewsA: Date format problem (mm/dd/yyyy)
Finally! I was already going crazy with this problem! With the tip of the colleague @Virgilio I did a workaround and managed to avoid that in the conversion of the string to Datetime, the date left…
-
0
votes1
answer1535
viewsQ: Date format problem (mm/dd/yyyy)
I have an ASP.NET Core application and can’t find a solution to my date format problem. My application, is published on a Microsoft Azure server, which is probably in the US (although it appears…
-
0
votes1
answer61
viewsA: List string in 2 MVC tables
Wickedone, I have some structures like this in my applications. Are you handling a Creation View right? This is relatively simple because we just need to show a name to choose and write the ID to…
-
1
votes1
answer292
viewsA: SQL search for more than one type of property, city and neighborhood does not work properly
Anderson, I don’t like anything php, but sql I understand a little bit... If you made the query by inserting Like + type varíaveis: select * from Tabela Where Id_Cidade LIKE '%%%' AND Id_Bairro LIKE…
-
0
votes0
answers182
viewsQ: Fullcalendar with Google Integration
Guys, I’ve used this component before in another project, now I was interested in using the integration with the google calendar. Has anyone used Fullcalendar https://fullcalendar.io/ with…