Posts by Matheus Vinicius • 23 points
4 posts
-
-1
votes1
answer3469
viewsQ: ASP . net core (HTTP error 500.19 - Internal Server Error)
I have a web api, which when running on Iss presents error 500.19 in the browser, I am very new in the subject, I did some research this error may be on web.cofing. If anyone can help me, thank you!…
-
1
votes0
answers44
viewsQ: How to change the System.Web.UI.Webcontrols (Treenode) dynamic "Id" in c#
I’m new to the subject, and I’m creating a dynamic structure of treenodes, in this structure the id of the nodes, is automatically implementing, but I’d like to define the id of the nodes, so it…
-
1
votes1
answer91
viewsQ: How to change background-color of a button inside an Iframe with Jquery
Good afternoon guys, I’m trying to perform a function inside an iframe to change the background-color of a button that is in another Iframe, I started to do but I’ve done several tests and I can’t…
-
-8
votes1
answer548
viewsQ: How to enable/disable a Div when clicking the checkbox
How to turn on and off a div by clicking on checkbox $("#chkBloqueio").click(function() { if ($("#chkBloqueio").attr('checked') == true) { $("#divBloqueio").attr('display', 'inline'); } else {…