FIXXXED!!!!!! NO AJAX, no handlers, no privates or publics or protecteds!!!!!!!
Theoretically your down_click should work, but the upper not.
This is my sub declaration:
Sub HideComment(ByVal sender As System.Object, ByVal e As System.EventArgs)
stuBBEdit.visible = false
End Sub
And my button declaration:
<aw:Button ID="btnHideComment" RunAt="server" Text="csidLblMyHideComment" OnClick="HideComment" />
And I can do exactly the same to show it, and it WORKS!!!!!!!!!!
Hope it helps you!
Thanks!!