Pages

Subscribe:

Ads 468x60px

Tuesday, February 28, 2012

how to hide or In-visible a button in asp.net using C#

if you want to hide a button in asp.net after some action here is the code
just copy and past it in your .cs file.

button1.Visible = false;

No comments:

Post a Comment