Posts by raufemm • 75 points
4 posts
-
1
votes0
answers18
viewsQ: Authenticate with Identity and/or Azure AD
Today the client application authenticates using Identity (.net core 3.1), however I am trying to authenticate also by Azure AD, adding an extra button on the login page where the user can login to…
-
4
votes3
answers158
viewsQ: Doubt about sql query
I have a question. I believe it is nothing complex, but I could not solve. For example, I have this query: select * from Paciente where ClinicaID = 3 Your result would be these 3 records:…
-
1
votes1
answer283
viewsQ: Difficulty in using timepicker
I’m having trouble implementing the timepicker in my system. The user must select a time in a dropdownlist and this time will be used to be the minTime of timepicker. For example, the user selects…
-
1
votes2
answers235
viewsQ: Fault/Doubt event change jquery
Hello, I’m having a little problem with a checkbox. When the checkbox becomes true, two fields must be visible (by default these fields are invisible), otherwise the fields are invisible. The…