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;

Admin

A Software Engineer, Social Media Marketing Expert, writer,

Post a Comment

Previous Post Next Post