Posts by Willian • 61 points
3 posts
-
0
votes2
answers224
viewsA: Dropdownlist calls page load
I identified what made him do it, there was an Autopostback = "true" on the dropdownlist. I will search for it, but in a simple way, I can say that the page sent data to the server and then returned…
-
0
votes2
answers224
viewsQ: Dropdownlist calls page load
I have a dropdownlist that takes data from the bank sql server. I carry that dropdownlist in page_load within a if(!IsPostBack){} and from what I understand of !IsPostBack, it only goes there if…
-
6
votes1
answer742
viewsQ: Select Gridview line with checkbox
function Selecionar(elemento,cordefundo) { var Inputs = elemento.getElementsByTagName("input"); var cor = elemento.style.backgroundColor; //manter a cor default do elemento for(var i = 0; i <…