SyntaxFix
Write A Post
Hire A Developer
Questions
Is Button1 visible? I mean, from the server side. Make sure Button1.Visible is true.
Button1
Controls that aren't Visible won't be rendered in HTML, so although they are assigned a ClientID, they don't actually exist on the client side.
Visible
ClientID