How to Show or Hide Button Programmatically in asp.net

1.File-> New-> Website->  ASP.NET Web Site(Visual C#) -> Ok

(Now You will see a Default.aspx page. To create your own page->click on dropdown list below Edit->click Add new item->Select Web Form->click Add)

2.Click ToolBox-> Double Click on Button(or drag and drop Button on Design view)->Right click on Button->Select Properties->change Button Text Property to "The Example Button"

3.ToolBox->Drag and Drop Two Button on design window->Right click on Button one->select properties->(look for text property) change text property from Button to   Hide Button
->Also change Button two Text property to  Show Button
Your Design Window should look like this 
asp.net Button Show or Hide Example








4.Double click on Button1(Hide Button) to get the code behind->Write this code
5.Double click on Button1(Show Button) to get the code behind->Write this code
6.Click F5 to run your project.  
asp.net Button Show or Hide Example
























asp.net Button Show or Hide Example


























asp.net Button Show or Hide Example

No comments:

Post a Comment