Posts by Everton Solon • 13 points
3 posts
-
0
votes2
answers130
viewsQ: How to call an action as soon as the Web API starts?
I’m studying Web API and I’m having doubts about how to call an Action as soon as I click the Visual Studio play button. I imagine this should be done in the Main method of the Program class, but I…
-
0
votes4
answers1089
viewsA: How to change the color of the radio button text when losing selection
Tarso64 thank you so much for your help. But I found a solution to my problem. All I had to do was touch Jquery. <script> var arrayInputs = $('input:radio'); var arrayChecked =…
-
1
votes4
answers1089
viewsQ: How to change the color of the radio button text when losing selection
I am trying to change the color of the radio button text when losing the selection. It turns out that these radio Buttons are on several tables. The rule is as follows: The screen will be loaded…