ASP.NET object visibility
        Posted  
        
            by user181421
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by user181421
        
        
        
        Published on 2010-05-24T11:08:38Z
        Indexed on 
            2010/05/24
            11:31 UTC
        
        
        Read the original article
        Hit count: 344
        
ASP.NET
|visibility
Hello,
I have a webform with a button and a textbox. I want to set the textbox, in design time to Visible = false, and then in the onclick event of the button in the client side using javascript, I want to set the visibility of the button back to true. The problem is that I get a message saying that the object does not exist.
Any idea how to solve this?
TY
© Stack Overflow or respective owner