K
kellydotnetnewbie
Does anyone know why, when adding a panel to a web form,
the text boxes, labels, buttons, etc. are hidden behind
the panel, but drop-down lists are not? Every time I make
my panel visible (pnlError.visible = true), I have to make
the drop-down lists invisible (lstProgram.visible =
false). Any advice is appreciated, thanks
the text boxes, labels, buttons, etc. are hidden behind
the panel, but drop-down lists are not? Every time I make
my panel visible (pnlError.visible = true), I have to make
the drop-down lists invisible (lstProgram.visible =
false). Any advice is appreciated, thanks