Matthew Sarmiento
Matthew Sarmiento

Reputation: 75

How to hide a button control in ASP.net when I click in any space of the webform in VB.net

I have a button in my webform, and what I want to do is to hide it when I click on any space of my webform. Is this possible? I am using VB.net for the code.

Upvotes: 0

Views: 295

Answers (1)

Rowan Freeman
Rowan Freeman

Reputation: 16358

Sounds like you want to use javascript. If you're using jQuery, they have a simple hide function.

Upvotes: 1

Related Questions