Hello,
I have an input button on the screen. Depending upon a field brought back from my query, I need to be able to hide this input button.
can I do this in the code behind?
I tried something like: Me.button2.Style.Add("display",
"none"),
But it is telling me that button2 is not a member of the form/page name.
Thanks
Go to the complete details ...