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.
just copy and past it in your .cs file.
button1.Visible = false;
Learn Web Technologies for Free. Learn C#, LINQ, ASP.NET MVC, .NET Core, jQuery, JavaScript, Angular, Node.js, HTTPS, Python, Sass, D3.js, and many more latest technologies using easy tutorials.
button1.Visible = false;
No comments:
Post a Comment