J
jsh02_nova
I have a button of type System.Web.UI.HtmlControls.HtmlInputButton whose id
is 'btnReset', on which I would like to set the visibility style property.
I've tried:
btnReset.Style.Item("visibility") = "hidden"
and
btnReset.Style.Add("visibility", "hidden")
without success and the button remains visible. I should be able to do this
in the Page_Load event right? I've tried deleting and adding the button over
and over but I get the same resutlts. Has anybody had the same experience
and knows what the fix is?
thx
is 'btnReset', on which I would like to set the visibility style property.
I've tried:
btnReset.Style.Item("visibility") = "hidden"
and
btnReset.Style.Add("visibility", "hidden")
without success and the button remains visible. I should be able to do this
in the Page_Load event right? I've tried deleting and adding the button over
and over but I get the same resutlts. Has anybody had the same experience
and knows what the fix is?
thx